<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="relatorio%20h_arquivos/estilo.css">
<link rel="stylesheet" href="relatorio%20h_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="relatorio%20h_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="relatorio%20h_arquivos/jquery.js" type="text/javascript"></script>
<script src="relatorio%20h_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="relatorio%20h_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="relatorio%20h_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | H - 2 Perodo - 14/08/2012 - 26/10/2012</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="2" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="43" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96450" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="2 Perodo - 14/08/2012 - 26/10/2012" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;494472&nbsp;ALICE JUSTINO DOS SANTOS
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="494472" type="hidden"></td>
            
            <td id="colunaNotaAluno_494472_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_154" id="ci_AlunoAvaliacao_494472_154" value="89764529" type="hidden">
                <input name="nr_Nota_494472_154" id="nr_Nota_494472_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_160" id="ci_AlunoAvaliacao_494472_160" value="89301281" type="hidden">
                <input name="nr_Nota_494472_160" id="nr_Nota_494472_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_530" id="ci_AlunoAvaliacao_494472_530" value="89917107" type="hidden">
                <input name="nr_Nota_494472_530" id="nr_Nota_494472_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_780" id="ci_AlunoAvaliacao_494472_780" value="88767730" type="hidden">
                <input name="nr_Nota_494472_780" id="nr_Nota_494472_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_800" id="ci_AlunoAvaliacao_494472_800" value="89936776" type="hidden">
                <input name="nr_Nota_494472_800" id="nr_Nota_494472_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_890" id="ci_AlunoAvaliacao_494472_890" value="88771615" type="hidden">
                <input name="nr_Nota_494472_890" id="nr_Nota_494472_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_970" id="ci_AlunoAvaliacao_494472_970" value="88770132" type="hidden">
                <input name="nr_Nota_494472_970" id="nr_Nota_494472_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_3330" id="ci_AlunoAvaliacao_494472_3330" value="89757645" type="hidden">
                <input name="nr_Nota_494472_3330" id="nr_Nota_494472_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_1130" id="ci_AlunoAvaliacao_494472_1130" value="89767037" type="hidden">
                <input name="nr_Nota_494472_1130" id="nr_Nota_494472_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_1140" id="ci_AlunoAvaliacao_494472_1140" value="89762824" type="hidden">
                <input name="nr_Nota_494472_1140" id="nr_Nota_494472_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_1200" id="ci_AlunoAvaliacao_494472_1200" value="89760656" type="hidden">
                <input name="nr_Nota_494472_1200" id="nr_Nota_494472_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_1620" id="ci_AlunoAvaliacao_494472_1620" value="89297518" type="hidden">
                <input name="nr_Nota_494472_1620" id="nr_Nota_494472_1620" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_1730" id="ci_AlunoAvaliacao_494472_1730" value="89306862" type="hidden">
                <input name="nr_Nota_494472_1730" id="nr_Nota_494472_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197167&nbsp;ANA JESSICA MENDES DE OLIVEIRA
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="1197167" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197167_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_154" id="ci_AlunoAvaliacao_1197167_154" value="89764530" type="hidden">
                <input name="nr_Nota_1197167_154" id="nr_Nota_1197167_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_160" id="ci_AlunoAvaliacao_1197167_160" value="89301282" type="hidden">
                <input name="nr_Nota_1197167_160" id="nr_Nota_1197167_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_530" id="ci_AlunoAvaliacao_1197167_530" value="89917108" type="hidden">
                <input name="nr_Nota_1197167_530" id="nr_Nota_1197167_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_780" id="ci_AlunoAvaliacao_1197167_780" value="88767731" type="hidden">
                <input name="nr_Nota_1197167_780" id="nr_Nota_1197167_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_800" id="ci_AlunoAvaliacao_1197167_800" value="89936777" type="hidden">
                <input name="nr_Nota_1197167_800" id="nr_Nota_1197167_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_890" id="ci_AlunoAvaliacao_1197167_890" value="88771616" type="hidden">
                <input name="nr_Nota_1197167_890" id="nr_Nota_1197167_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_970" id="ci_AlunoAvaliacao_1197167_970" value="88770133" type="hidden">
                <input name="nr_Nota_1197167_970" id="nr_Nota_1197167_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_3330" id="ci_AlunoAvaliacao_1197167_3330" value="89757646" type="hidden">
                <input name="nr_Nota_1197167_3330" id="nr_Nota_1197167_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_1130" id="ci_AlunoAvaliacao_1197167_1130" value="89767038" type="hidden">
                <input name="nr_Nota_1197167_1130" id="nr_Nota_1197167_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_1140" id="ci_AlunoAvaliacao_1197167_1140" value="89762825" type="hidden">
                <input name="nr_Nota_1197167_1140" id="nr_Nota_1197167_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_1200" id="ci_AlunoAvaliacao_1197167_1200" value="89760657" type="hidden">
                <input name="nr_Nota_1197167_1200" id="nr_Nota_1197167_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_1620" id="ci_AlunoAvaliacao_1197167_1620" value="89297519" type="hidden">
                <input name="nr_Nota_1197167_1620" id="nr_Nota_1197167_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_1730" id="ci_AlunoAvaliacao_1197167_1730" value="89306864" type="hidden">
                <input name="nr_Nota_1197167_1730" id="nr_Nota_1197167_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1175561&nbsp;ANA MICHAELE PAZ DA SILVA
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="1175561" type="hidden"></td>
            
            <td id="colunaNotaAluno_1175561_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_154" id="ci_AlunoAvaliacao_1175561_154" value="89764531" type="hidden">
                <input name="nr_Nota_1175561_154" id="nr_Nota_1175561_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_160" id="ci_AlunoAvaliacao_1175561_160" value="89301283" type="hidden">
                <input name="nr_Nota_1175561_160" id="nr_Nota_1175561_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_530" id="ci_AlunoAvaliacao_1175561_530" value="89917109" type="hidden">
                <input name="nr_Nota_1175561_530" id="nr_Nota_1175561_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_780" id="ci_AlunoAvaliacao_1175561_780" value="88767732" type="hidden">
                <input name="nr_Nota_1175561_780" id="nr_Nota_1175561_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_800" id="ci_AlunoAvaliacao_1175561_800" value="89936778" type="hidden">
                <input name="nr_Nota_1175561_800" id="nr_Nota_1175561_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_890" id="ci_AlunoAvaliacao_1175561_890" value="88771617" type="hidden">
                <input name="nr_Nota_1175561_890" id="nr_Nota_1175561_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_970" id="ci_AlunoAvaliacao_1175561_970" value="88770134" type="hidden">
                <input name="nr_Nota_1175561_970" id="nr_Nota_1175561_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_3330" id="ci_AlunoAvaliacao_1175561_3330" value="89757647" type="hidden">
                <input name="nr_Nota_1175561_3330" id="nr_Nota_1175561_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_1130" id="ci_AlunoAvaliacao_1175561_1130" value="89767039" type="hidden">
                <input name="nr_Nota_1175561_1130" id="nr_Nota_1175561_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_1140" id="ci_AlunoAvaliacao_1175561_1140" value="89762826" type="hidden">
                <input name="nr_Nota_1175561_1140" id="nr_Nota_1175561_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_1200" id="ci_AlunoAvaliacao_1175561_1200" value="89760658" type="hidden">
                <input name="nr_Nota_1175561_1200" id="nr_Nota_1175561_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_1620" id="ci_AlunoAvaliacao_1175561_1620" value="89297520" type="hidden">
                <input name="nr_Nota_1175561_1620" id="nr_Nota_1175561_1620" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_1730" id="ci_AlunoAvaliacao_1175561_1730" value="89306866" type="hidden">
                <input name="nr_Nota_1175561_1730" id="nr_Nota_1175561_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1660892&nbsp;ANA RAQUEL GIRAO DE FARIAS
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="1660892" type="hidden"></td>
            
            <td id="colunaNotaAluno_1660892_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_154" id="ci_AlunoAvaliacao_1660892_154" value="89764532" type="hidden">
                <input name="nr_Nota_1660892_154" id="nr_Nota_1660892_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_160" id="ci_AlunoAvaliacao_1660892_160" value="89301284" type="hidden">
                <input name="nr_Nota_1660892_160" id="nr_Nota_1660892_160" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_530" id="ci_AlunoAvaliacao_1660892_530" value="89917110" type="hidden">
                <input name="nr_Nota_1660892_530" id="nr_Nota_1660892_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_780" id="ci_AlunoAvaliacao_1660892_780" value="88767733" type="hidden">
                <input name="nr_Nota_1660892_780" id="nr_Nota_1660892_780" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_800" id="ci_AlunoAvaliacao_1660892_800" value="89936779" type="hidden">
                <input name="nr_Nota_1660892_800" id="nr_Nota_1660892_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_890" id="ci_AlunoAvaliacao_1660892_890" value="88771618" type="hidden">
                <input name="nr_Nota_1660892_890" id="nr_Nota_1660892_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_970" id="ci_AlunoAvaliacao_1660892_970" value="88770135" type="hidden">
                <input name="nr_Nota_1660892_970" id="nr_Nota_1660892_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_3330" id="ci_AlunoAvaliacao_1660892_3330" value="89757648" type="hidden">
                <input name="nr_Nota_1660892_3330" id="nr_Nota_1660892_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_1130" id="ci_AlunoAvaliacao_1660892_1130" value="89767040" type="hidden">
                <input name="nr_Nota_1660892_1130" id="nr_Nota_1660892_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_1140" id="ci_AlunoAvaliacao_1660892_1140" value="89762827" type="hidden">
                <input name="nr_Nota_1660892_1140" id="nr_Nota_1660892_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_1200" id="ci_AlunoAvaliacao_1660892_1200" value="89760659" type="hidden">
                <input name="nr_Nota_1660892_1200" id="nr_Nota_1660892_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_1620" id="ci_AlunoAvaliacao_1660892_1620" value="89297521" type="hidden">
                <input name="nr_Nota_1660892_1620" id="nr_Nota_1660892_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_1730" id="ci_AlunoAvaliacao_1660892_1730" value="89306868" type="hidden">
                <input name="nr_Nota_1660892_1730" id="nr_Nota_1660892_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1159596&nbsp;ANDREZA DE ANDRADE AMORIM
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1159596" type="hidden"></td>
            
            <td id="colunaNotaAluno_1159596_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_154" id="ci_AlunoAvaliacao_1159596_154" value="89764533" type="hidden">
                <input name="nr_Nota_1159596_154" id="nr_Nota_1159596_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_160" id="ci_AlunoAvaliacao_1159596_160" value="89301285" type="hidden">
                <input name="nr_Nota_1159596_160" id="nr_Nota_1159596_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_530" id="ci_AlunoAvaliacao_1159596_530" value="89917111" type="hidden">
                <input name="nr_Nota_1159596_530" id="nr_Nota_1159596_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_780" id="ci_AlunoAvaliacao_1159596_780" value="88767734" type="hidden">
                <input name="nr_Nota_1159596_780" id="nr_Nota_1159596_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_800" id="ci_AlunoAvaliacao_1159596_800" value="89936780" type="hidden">
                <input name="nr_Nota_1159596_800" id="nr_Nota_1159596_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_890" id="ci_AlunoAvaliacao_1159596_890" value="88771619" type="hidden">
                <input name="nr_Nota_1159596_890" id="nr_Nota_1159596_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_970" id="ci_AlunoAvaliacao_1159596_970" value="88770136" type="hidden">
                <input name="nr_Nota_1159596_970" id="nr_Nota_1159596_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_3330" id="ci_AlunoAvaliacao_1159596_3330" value="89757649" type="hidden">
                <input name="nr_Nota_1159596_3330" id="nr_Nota_1159596_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_1130" id="ci_AlunoAvaliacao_1159596_1130" value="89767041" type="hidden">
                <input name="nr_Nota_1159596_1130" id="nr_Nota_1159596_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_1140" id="ci_AlunoAvaliacao_1159596_1140" value="89762828" type="hidden">
                <input name="nr_Nota_1159596_1140" id="nr_Nota_1159596_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_1200" id="ci_AlunoAvaliacao_1159596_1200" value="89760660" type="hidden">
                <input name="nr_Nota_1159596_1200" id="nr_Nota_1159596_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_1620" id="ci_AlunoAvaliacao_1159596_1620" value="89297522" type="hidden">
                <input name="nr_Nota_1159596_1620" id="nr_Nota_1159596_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_1730" id="ci_AlunoAvaliacao_1159596_1730" value="89306869" type="hidden">
                <input name="nr_Nota_1159596_1730" id="nr_Nota_1159596_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167636&nbsp;ARLECIO ALMEIDA BEZERRA
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="1167636" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167636_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_154" id="ci_AlunoAvaliacao_1167636_154" value="89764534" type="hidden">
                <input name="nr_Nota_1167636_154" id="nr_Nota_1167636_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_160" id="ci_AlunoAvaliacao_1167636_160" value="89301286" type="hidden">
                <input name="nr_Nota_1167636_160" id="nr_Nota_1167636_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_530" id="ci_AlunoAvaliacao_1167636_530" value="89917112" type="hidden">
                <input name="nr_Nota_1167636_530" id="nr_Nota_1167636_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_780" id="ci_AlunoAvaliacao_1167636_780" value="88767735" type="hidden">
                <input name="nr_Nota_1167636_780" id="nr_Nota_1167636_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_800" id="ci_AlunoAvaliacao_1167636_800" value="89936781" type="hidden">
                <input name="nr_Nota_1167636_800" id="nr_Nota_1167636_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_890" id="ci_AlunoAvaliacao_1167636_890" value="88771620" type="hidden">
                <input name="nr_Nota_1167636_890" id="nr_Nota_1167636_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_970" id="ci_AlunoAvaliacao_1167636_970" value="88770137" type="hidden">
                <input name="nr_Nota_1167636_970" id="nr_Nota_1167636_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_3330" id="ci_AlunoAvaliacao_1167636_3330" value="89757650" type="hidden">
                <input name="nr_Nota_1167636_3330" id="nr_Nota_1167636_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_1130" id="ci_AlunoAvaliacao_1167636_1130" value="89767042" type="hidden">
                <input name="nr_Nota_1167636_1130" id="nr_Nota_1167636_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_1140" id="ci_AlunoAvaliacao_1167636_1140" value="89762829" type="hidden">
                <input name="nr_Nota_1167636_1140" id="nr_Nota_1167636_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_1200" id="ci_AlunoAvaliacao_1167636_1200" value="89760661" type="hidden">
                <input name="nr_Nota_1167636_1200" id="nr_Nota_1167636_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_1620" id="ci_AlunoAvaliacao_1167636_1620" value="89297523" type="hidden">
                <input name="nr_Nota_1167636_1620" id="nr_Nota_1167636_1620" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_1730" id="ci_AlunoAvaliacao_1167636_1730" value="89306870" type="hidden">
                <input name="nr_Nota_1167636_1730" id="nr_Nota_1167636_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1302106&nbsp;BRENDA LIMA SILVA PEREIRA
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="1302106" type="hidden"></td>
            
            <td id="colunaNotaAluno_1302106_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_154" id="ci_AlunoAvaliacao_1302106_154" value="89764535" type="hidden">
                <input name="nr_Nota_1302106_154" id="nr_Nota_1302106_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_160" id="ci_AlunoAvaliacao_1302106_160" value="89301287" type="hidden">
                <input name="nr_Nota_1302106_160" id="nr_Nota_1302106_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_530" id="ci_AlunoAvaliacao_1302106_530" value="89917113" type="hidden">
                <input name="nr_Nota_1302106_530" id="nr_Nota_1302106_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_780" id="ci_AlunoAvaliacao_1302106_780" value="88767736" type="hidden">
                <input name="nr_Nota_1302106_780" id="nr_Nota_1302106_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_800" id="ci_AlunoAvaliacao_1302106_800" value="89936782" type="hidden">
                <input name="nr_Nota_1302106_800" id="nr_Nota_1302106_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_890" id="ci_AlunoAvaliacao_1302106_890" value="88771621" type="hidden">
                <input name="nr_Nota_1302106_890" id="nr_Nota_1302106_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_970" id="ci_AlunoAvaliacao_1302106_970" value="88770138" type="hidden">
                <input name="nr_Nota_1302106_970" id="nr_Nota_1302106_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_3330" id="ci_AlunoAvaliacao_1302106_3330" value="89757651" type="hidden">
                <input name="nr_Nota_1302106_3330" id="nr_Nota_1302106_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_1130" id="ci_AlunoAvaliacao_1302106_1130" value="89767043" type="hidden">
                <input name="nr_Nota_1302106_1130" id="nr_Nota_1302106_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_1140" id="ci_AlunoAvaliacao_1302106_1140" value="89762830" type="hidden">
                <input name="nr_Nota_1302106_1140" id="nr_Nota_1302106_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_1200" id="ci_AlunoAvaliacao_1302106_1200" value="89760662" type="hidden">
                <input name="nr_Nota_1302106_1200" id="nr_Nota_1302106_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_1620" id="ci_AlunoAvaliacao_1302106_1620" value="89297524" type="hidden">
                <input name="nr_Nota_1302106_1620" id="nr_Nota_1302106_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_1730" id="ci_AlunoAvaliacao_1302106_1730" value="89306872" type="hidden">
                <input name="nr_Nota_1302106_1730" id="nr_Nota_1302106_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1195523&nbsp;CAMILA CORREIA LIMA
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="1195523" type="hidden"></td>
            
            <td id="colunaNotaAluno_1195523_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_154" id="ci_AlunoAvaliacao_1195523_154" value="89764536" type="hidden">
                <input name="nr_Nota_1195523_154" id="nr_Nota_1195523_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_160" id="ci_AlunoAvaliacao_1195523_160" value="89301289" type="hidden">
                <input name="nr_Nota_1195523_160" id="nr_Nota_1195523_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_530" id="ci_AlunoAvaliacao_1195523_530" value="89917114" type="hidden">
                <input name="nr_Nota_1195523_530" id="nr_Nota_1195523_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_780" id="ci_AlunoAvaliacao_1195523_780" value="88767737" type="hidden">
                <input name="nr_Nota_1195523_780" id="nr_Nota_1195523_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_800" id="ci_AlunoAvaliacao_1195523_800" value="89936783" type="hidden">
                <input name="nr_Nota_1195523_800" id="nr_Nota_1195523_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_890" id="ci_AlunoAvaliacao_1195523_890" value="88771622" type="hidden">
                <input name="nr_Nota_1195523_890" id="nr_Nota_1195523_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_970" id="ci_AlunoAvaliacao_1195523_970" value="88770139" type="hidden">
                <input name="nr_Nota_1195523_970" id="nr_Nota_1195523_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_3330" id="ci_AlunoAvaliacao_1195523_3330" value="89757652" type="hidden">
                <input name="nr_Nota_1195523_3330" id="nr_Nota_1195523_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_1130" id="ci_AlunoAvaliacao_1195523_1130" value="89767044" type="hidden">
                <input name="nr_Nota_1195523_1130" id="nr_Nota_1195523_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_1140" id="ci_AlunoAvaliacao_1195523_1140" value="89762831" type="hidden">
                <input name="nr_Nota_1195523_1140" id="nr_Nota_1195523_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_1200" id="ci_AlunoAvaliacao_1195523_1200" value="89760663" type="hidden">
                <input name="nr_Nota_1195523_1200" id="nr_Nota_1195523_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_1620" id="ci_AlunoAvaliacao_1195523_1620" value="89297527" type="hidden">
                <input name="nr_Nota_1195523_1620" id="nr_Nota_1195523_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_1730" id="ci_AlunoAvaliacao_1195523_1730" value="89306873" type="hidden">
                <input name="nr_Nota_1195523_1730" id="nr_Nota_1195523_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;2362221&nbsp;CARLOS PATRICK FONTENELE GADELHA
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="2362221" type="hidden"></td>
            
            <td id="colunaNotaAluno_2362221_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_154" id="ci_AlunoAvaliacao_2362221_154" value="89764537" type="hidden">
                <input name="nr_Nota_2362221_154" id="nr_Nota_2362221_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_160" id="ci_AlunoAvaliacao_2362221_160" value="89301290" type="hidden">
                <input name="nr_Nota_2362221_160" id="nr_Nota_2362221_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_530" id="ci_AlunoAvaliacao_2362221_530" value="89917120" type="hidden">
                <input name="nr_Nota_2362221_530" id="nr_Nota_2362221_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_780" id="ci_AlunoAvaliacao_2362221_780" value="88767738" type="hidden">
                <input name="nr_Nota_2362221_780" id="nr_Nota_2362221_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_800" id="ci_AlunoAvaliacao_2362221_800" value="89936784" type="hidden">
                <input name="nr_Nota_2362221_800" id="nr_Nota_2362221_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_890" id="ci_AlunoAvaliacao_2362221_890" value="88771623" type="hidden">
                <input name="nr_Nota_2362221_890" id="nr_Nota_2362221_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_970" id="ci_AlunoAvaliacao_2362221_970" value="88770140" type="hidden">
                <input name="nr_Nota_2362221_970" id="nr_Nota_2362221_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_3330" id="ci_AlunoAvaliacao_2362221_3330" value="89757653" type="hidden">
                <input name="nr_Nota_2362221_3330" id="nr_Nota_2362221_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_1130" id="ci_AlunoAvaliacao_2362221_1130" value="89767045" type="hidden">
                <input name="nr_Nota_2362221_1130" id="nr_Nota_2362221_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_1140" id="ci_AlunoAvaliacao_2362221_1140" value="89762832" type="hidden">
                <input name="nr_Nota_2362221_1140" id="nr_Nota_2362221_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_1200" id="ci_AlunoAvaliacao_2362221_1200" value="89760664" type="hidden">
                <input name="nr_Nota_2362221_1200" id="nr_Nota_2362221_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_1620" id="ci_AlunoAvaliacao_2362221_1620" value="89297531" type="hidden">
                <input name="nr_Nota_2362221_1620" id="nr_Nota_2362221_1620" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_1730" id="ci_AlunoAvaliacao_2362221_1730" value="89306874" type="hidden">
                <input name="nr_Nota_2362221_1730" id="nr_Nota_2362221_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1283173&nbsp;CIBELE SUMMER LANDIM SOARES
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1283173" type="hidden"></td>
            
            <td id="colunaNotaAluno_1283173_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_154" id="ci_AlunoAvaliacao_1283173_154" value="89764538" type="hidden">
                <input name="nr_Nota_1283173_154" id="nr_Nota_1283173_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_160" id="ci_AlunoAvaliacao_1283173_160" value="89301291" type="hidden">
                <input name="nr_Nota_1283173_160" id="nr_Nota_1283173_160" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_530" id="ci_AlunoAvaliacao_1283173_530" value="89917132" type="hidden">
                <input name="nr_Nota_1283173_530" id="nr_Nota_1283173_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_780" id="ci_AlunoAvaliacao_1283173_780" value="88767739" type="hidden">
                <input name="nr_Nota_1283173_780" id="nr_Nota_1283173_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_800" id="ci_AlunoAvaliacao_1283173_800" value="89936785" type="hidden">
                <input name="nr_Nota_1283173_800" id="nr_Nota_1283173_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_890" id="ci_AlunoAvaliacao_1283173_890" value="88771624" type="hidden">
                <input name="nr_Nota_1283173_890" id="nr_Nota_1283173_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_970" id="ci_AlunoAvaliacao_1283173_970" value="88770141" type="hidden">
                <input name="nr_Nota_1283173_970" id="nr_Nota_1283173_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_3330" id="ci_AlunoAvaliacao_1283173_3330" value="89757654" type="hidden">
                <input name="nr_Nota_1283173_3330" id="nr_Nota_1283173_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_1130" id="ci_AlunoAvaliacao_1283173_1130" value="89767046" type="hidden">
                <input name="nr_Nota_1283173_1130" id="nr_Nota_1283173_1130" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_1140" id="ci_AlunoAvaliacao_1283173_1140" value="89762833" type="hidden">
                <input name="nr_Nota_1283173_1140" id="nr_Nota_1283173_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_1200" id="ci_AlunoAvaliacao_1283173_1200" value="89760665" type="hidden">
                <input name="nr_Nota_1283173_1200" id="nr_Nota_1283173_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_1620" id="ci_AlunoAvaliacao_1283173_1620" value="89297536" type="hidden">
                <input name="nr_Nota_1283173_1620" id="nr_Nota_1283173_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_1730" id="ci_AlunoAvaliacao_1283173_1730" value="89306876" type="hidden">
                <input name="nr_Nota_1283173_1730" id="nr_Nota_1283173_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1905040&nbsp;DAVI MARQUES DA SILVA
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="1905040" type="hidden"></td>
            
            <td id="colunaNotaAluno_1905040_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_154" id="ci_AlunoAvaliacao_1905040_154" value="89764539" type="hidden">
                <input name="nr_Nota_1905040_154" id="nr_Nota_1905040_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_160" id="ci_AlunoAvaliacao_1905040_160" value="89301292" type="hidden">
                <input name="nr_Nota_1905040_160" id="nr_Nota_1905040_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_530" id="ci_AlunoAvaliacao_1905040_530" value="89917133" type="hidden">
                <input name="nr_Nota_1905040_530" id="nr_Nota_1905040_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_780" id="ci_AlunoAvaliacao_1905040_780" value="88767740" type="hidden">
                <input name="nr_Nota_1905040_780" id="nr_Nota_1905040_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_800" id="ci_AlunoAvaliacao_1905040_800" value="89936786" type="hidden">
                <input name="nr_Nota_1905040_800" id="nr_Nota_1905040_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_890" id="ci_AlunoAvaliacao_1905040_890" value="88771625" type="hidden">
                <input name="nr_Nota_1905040_890" id="nr_Nota_1905040_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_970" id="ci_AlunoAvaliacao_1905040_970" value="88770142" type="hidden">
                <input name="nr_Nota_1905040_970" id="nr_Nota_1905040_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_3330" id="ci_AlunoAvaliacao_1905040_3330" value="89757655" type="hidden">
                <input name="nr_Nota_1905040_3330" id="nr_Nota_1905040_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_1130" id="ci_AlunoAvaliacao_1905040_1130" value="89767047" type="hidden">
                <input name="nr_Nota_1905040_1130" id="nr_Nota_1905040_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_1140" id="ci_AlunoAvaliacao_1905040_1140" value="89762834" type="hidden">
                <input name="nr_Nota_1905040_1140" id="nr_Nota_1905040_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_1200" id="ci_AlunoAvaliacao_1905040_1200" value="89760666" type="hidden">
                <input name="nr_Nota_1905040_1200" id="nr_Nota_1905040_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_1620" id="ci_AlunoAvaliacao_1905040_1620" value="89297542" type="hidden">
                <input name="nr_Nota_1905040_1620" id="nr_Nota_1905040_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_1730" id="ci_AlunoAvaliacao_1905040_1730" value="89306877" type="hidden">
                <input name="nr_Nota_1905040_1730" id="nr_Nota_1905040_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1328667&nbsp;DEBORA DE SOUSA TEIXEIRA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="1328667" type="hidden"></td>
            
            <td id="colunaNotaAluno_1328667_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_154" id="ci_AlunoAvaliacao_1328667_154" value="89764540" type="hidden">
                <input name="nr_Nota_1328667_154" id="nr_Nota_1328667_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_160" id="ci_AlunoAvaliacao_1328667_160" value="89301293" type="hidden">
                <input name="nr_Nota_1328667_160" id="nr_Nota_1328667_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_530" id="ci_AlunoAvaliacao_1328667_530" value="89917134" type="hidden">
                <input name="nr_Nota_1328667_530" id="nr_Nota_1328667_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_780" id="ci_AlunoAvaliacao_1328667_780" value="88767741" type="hidden">
                <input name="nr_Nota_1328667_780" id="nr_Nota_1328667_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_800" id="ci_AlunoAvaliacao_1328667_800" value="89936787" type="hidden">
                <input name="nr_Nota_1328667_800" id="nr_Nota_1328667_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_890" id="ci_AlunoAvaliacao_1328667_890" value="88771626" type="hidden">
                <input name="nr_Nota_1328667_890" id="nr_Nota_1328667_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_970" id="ci_AlunoAvaliacao_1328667_970" value="88770143" type="hidden">
                <input name="nr_Nota_1328667_970" id="nr_Nota_1328667_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_3330" id="ci_AlunoAvaliacao_1328667_3330" value="89757656" type="hidden">
                <input name="nr_Nota_1328667_3330" id="nr_Nota_1328667_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_1130" id="ci_AlunoAvaliacao_1328667_1130" value="89767048" type="hidden">
                <input name="nr_Nota_1328667_1130" id="nr_Nota_1328667_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_1140" id="ci_AlunoAvaliacao_1328667_1140" value="89762835" type="hidden">
                <input name="nr_Nota_1328667_1140" id="nr_Nota_1328667_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_1200" id="ci_AlunoAvaliacao_1328667_1200" value="89760667" type="hidden">
                <input name="nr_Nota_1328667_1200" id="nr_Nota_1328667_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_1620" id="ci_AlunoAvaliacao_1328667_1620" value="89297548" type="hidden">
                <input name="nr_Nota_1328667_1620" id="nr_Nota_1328667_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_1730" id="ci_AlunoAvaliacao_1328667_1730" value="89306878" type="hidden">
                <input name="nr_Nota_1328667_1730" id="nr_Nota_1328667_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;73752&nbsp;DEBORA HERLLA SILVA DE PAIVA
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="73752" type="hidden"></td>
            
            <td id="colunaNotaAluno_73752_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_154" id="ci_AlunoAvaliacao_73752_154" value="89764541" type="hidden">
                <input name="nr_Nota_73752_154" id="nr_Nota_73752_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_160" id="ci_AlunoAvaliacao_73752_160" value="89301294" type="hidden">
                <input name="nr_Nota_73752_160" id="nr_Nota_73752_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_530" id="ci_AlunoAvaliacao_73752_530" value="89917135" type="hidden">
                <input name="nr_Nota_73752_530" id="nr_Nota_73752_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_780" id="ci_AlunoAvaliacao_73752_780" value="88767742" type="hidden">
                <input name="nr_Nota_73752_780" id="nr_Nota_73752_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_800" id="ci_AlunoAvaliacao_73752_800" value="89936788" type="hidden">
                <input name="nr_Nota_73752_800" id="nr_Nota_73752_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_890" id="ci_AlunoAvaliacao_73752_890" value="88771627" type="hidden">
                <input name="nr_Nota_73752_890" id="nr_Nota_73752_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_970" id="ci_AlunoAvaliacao_73752_970" value="88770144" type="hidden">
                <input name="nr_Nota_73752_970" id="nr_Nota_73752_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_3330" id="ci_AlunoAvaliacao_73752_3330" value="89757657" type="hidden">
                <input name="nr_Nota_73752_3330" id="nr_Nota_73752_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_1130" id="ci_AlunoAvaliacao_73752_1130" value="89767049" type="hidden">
                <input name="nr_Nota_73752_1130" id="nr_Nota_73752_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_1140" id="ci_AlunoAvaliacao_73752_1140" value="89762836" type="hidden">
                <input name="nr_Nota_73752_1140" id="nr_Nota_73752_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_1200" id="ci_AlunoAvaliacao_73752_1200" value="89760668" type="hidden">
                <input name="nr_Nota_73752_1200" id="nr_Nota_73752_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_1620" id="ci_AlunoAvaliacao_73752_1620" value="89297552" type="hidden">
                <input name="nr_Nota_73752_1620" id="nr_Nota_73752_1620" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_1730" id="ci_AlunoAvaliacao_73752_1730" value="89306879" type="hidden">
                <input name="nr_Nota_73752_1730" id="nr_Nota_73752_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197570&nbsp;DIEGO MONTEIRO DA FONSECA
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="1197570" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197570_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_154" id="ci_AlunoAvaliacao_1197570_154" value="89764542" type="hidden">
                <input name="nr_Nota_1197570_154" id="nr_Nota_1197570_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_160" id="ci_AlunoAvaliacao_1197570_160" value="89301295" type="hidden">
                <input name="nr_Nota_1197570_160" id="nr_Nota_1197570_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_530" id="ci_AlunoAvaliacao_1197570_530" value="89917136" type="hidden">
                <input name="nr_Nota_1197570_530" id="nr_Nota_1197570_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_780" id="ci_AlunoAvaliacao_1197570_780" value="88767743" type="hidden">
                <input name="nr_Nota_1197570_780" id="nr_Nota_1197570_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_800" id="ci_AlunoAvaliacao_1197570_800" value="89936789" type="hidden">
                <input name="nr_Nota_1197570_800" id="nr_Nota_1197570_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_890" id="ci_AlunoAvaliacao_1197570_890" value="88771628" type="hidden">
                <input name="nr_Nota_1197570_890" id="nr_Nota_1197570_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_970" id="ci_AlunoAvaliacao_1197570_970" value="88770145" type="hidden">
                <input name="nr_Nota_1197570_970" id="nr_Nota_1197570_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_3330" id="ci_AlunoAvaliacao_1197570_3330" value="89757658" type="hidden">
                <input name="nr_Nota_1197570_3330" id="nr_Nota_1197570_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_1130" id="ci_AlunoAvaliacao_1197570_1130" value="89767050" type="hidden">
                <input name="nr_Nota_1197570_1130" id="nr_Nota_1197570_1130" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_1140" id="ci_AlunoAvaliacao_1197570_1140" value="89762837" type="hidden">
                <input name="nr_Nota_1197570_1140" id="nr_Nota_1197570_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_1200" id="ci_AlunoAvaliacao_1197570_1200" value="89760669" type="hidden">
                <input name="nr_Nota_1197570_1200" id="nr_Nota_1197570_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_1620" id="ci_AlunoAvaliacao_1197570_1620" value="89297554" type="hidden">
                <input name="nr_Nota_1197570_1620" id="nr_Nota_1197570_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_1730" id="ci_AlunoAvaliacao_1197570_1730" value="89306880" type="hidden">
                <input name="nr_Nota_1197570_1730" id="nr_Nota_1197570_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;750232&nbsp;DIEGO SILVA SANTOS
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="750232" type="hidden"></td>
            
            <td id="colunaNotaAluno_750232_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_154" id="ci_AlunoAvaliacao_750232_154" value="89764543" type="hidden">
                <input name="nr_Nota_750232_154" id="nr_Nota_750232_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_160" id="ci_AlunoAvaliacao_750232_160" value="89301296" type="hidden">
                <input name="nr_Nota_750232_160" id="nr_Nota_750232_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_530" id="ci_AlunoAvaliacao_750232_530" value="89917137" type="hidden">
                <input name="nr_Nota_750232_530" id="nr_Nota_750232_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_780" id="ci_AlunoAvaliacao_750232_780" value="88767744" type="hidden">
                <input name="nr_Nota_750232_780" id="nr_Nota_750232_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_800" id="ci_AlunoAvaliacao_750232_800" value="89936790" type="hidden">
                <input name="nr_Nota_750232_800" id="nr_Nota_750232_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_890" id="ci_AlunoAvaliacao_750232_890" value="88771629" type="hidden">
                <input name="nr_Nota_750232_890" id="nr_Nota_750232_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_970" id="ci_AlunoAvaliacao_750232_970" value="88770146" type="hidden">
                <input name="nr_Nota_750232_970" id="nr_Nota_750232_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_3330" id="ci_AlunoAvaliacao_750232_3330" value="89757659" type="hidden">
                <input name="nr_Nota_750232_3330" id="nr_Nota_750232_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_1130" id="ci_AlunoAvaliacao_750232_1130" value="89767051" type="hidden">
                <input name="nr_Nota_750232_1130" id="nr_Nota_750232_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_1140" id="ci_AlunoAvaliacao_750232_1140" value="89762838" type="hidden">
                <input name="nr_Nota_750232_1140" id="nr_Nota_750232_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_1200" id="ci_AlunoAvaliacao_750232_1200" value="89760670" type="hidden">
                <input name="nr_Nota_750232_1200" id="nr_Nota_750232_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_1620" id="ci_AlunoAvaliacao_750232_1620" value="89297558" type="hidden">
                <input name="nr_Nota_750232_1620" id="nr_Nota_750232_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_1730" id="ci_AlunoAvaliacao_750232_1730" value="89306882" type="hidden">
                <input name="nr_Nota_750232_1730" id="nr_Nota_750232_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;894068&nbsp;ELIANDERSON ALVES DOS SANTOS
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="894068" type="hidden"></td>
            
            <td id="colunaNotaAluno_894068_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_154" id="ci_AlunoAvaliacao_894068_154" value="89764544" type="hidden">
                <input name="nr_Nota_894068_154" id="nr_Nota_894068_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_160" id="ci_AlunoAvaliacao_894068_160" value="89301299" type="hidden">
                <input name="nr_Nota_894068_160" id="nr_Nota_894068_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_530" id="ci_AlunoAvaliacao_894068_530" value="89917138" type="hidden">
                <input name="nr_Nota_894068_530" id="nr_Nota_894068_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_780" id="ci_AlunoAvaliacao_894068_780" value="88767745" type="hidden">
                <input name="nr_Nota_894068_780" id="nr_Nota_894068_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_800" id="ci_AlunoAvaliacao_894068_800" value="89936791" type="hidden">
                <input name="nr_Nota_894068_800" id="nr_Nota_894068_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_890" id="ci_AlunoAvaliacao_894068_890" value="88771630" type="hidden">
                <input name="nr_Nota_894068_890" id="nr_Nota_894068_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_970" id="ci_AlunoAvaliacao_894068_970" value="88770147" type="hidden">
                <input name="nr_Nota_894068_970" id="nr_Nota_894068_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_3330" id="ci_AlunoAvaliacao_894068_3330" value="89757660" type="hidden">
                <input name="nr_Nota_894068_3330" id="nr_Nota_894068_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_1130" id="ci_AlunoAvaliacao_894068_1130" value="89767052" type="hidden">
                <input name="nr_Nota_894068_1130" id="nr_Nota_894068_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_1140" id="ci_AlunoAvaliacao_894068_1140" value="89762839" type="hidden">
                <input name="nr_Nota_894068_1140" id="nr_Nota_894068_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_1200" id="ci_AlunoAvaliacao_894068_1200" value="89760671" type="hidden">
                <input name="nr_Nota_894068_1200" id="nr_Nota_894068_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_1620" id="ci_AlunoAvaliacao_894068_1620" value="89297559" type="hidden">
                <input name="nr_Nota_894068_1620" id="nr_Nota_894068_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_1730" id="ci_AlunoAvaliacao_894068_1730" value="89306883" type="hidden">
                <input name="nr_Nota_894068_1730" id="nr_Nota_894068_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1168271&nbsp;ERICKSON LOURENCO DA SILVA
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="1168271" type="hidden"></td>
            
            <td id="colunaNotaAluno_1168271_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_154" id="ci_AlunoAvaliacao_1168271_154" value="89764545" type="hidden">
                <input name="nr_Nota_1168271_154" id="nr_Nota_1168271_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_160" id="ci_AlunoAvaliacao_1168271_160" value="89301300" type="hidden">
                <input name="nr_Nota_1168271_160" id="nr_Nota_1168271_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_530" id="ci_AlunoAvaliacao_1168271_530" value="89917139" type="hidden">
                <input name="nr_Nota_1168271_530" id="nr_Nota_1168271_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_780" id="ci_AlunoAvaliacao_1168271_780" value="88767746" type="hidden">
                <input name="nr_Nota_1168271_780" id="nr_Nota_1168271_780" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_800" id="ci_AlunoAvaliacao_1168271_800" value="89936792" type="hidden">
                <input name="nr_Nota_1168271_800" id="nr_Nota_1168271_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_890" id="ci_AlunoAvaliacao_1168271_890" value="88771631" type="hidden">
                <input name="nr_Nota_1168271_890" id="nr_Nota_1168271_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_970" id="ci_AlunoAvaliacao_1168271_970" value="88770148" type="hidden">
                <input name="nr_Nota_1168271_970" id="nr_Nota_1168271_970" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_3330" id="ci_AlunoAvaliacao_1168271_3330" value="89757661" type="hidden">
                <input name="nr_Nota_1168271_3330" id="nr_Nota_1168271_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_1130" id="ci_AlunoAvaliacao_1168271_1130" value="89767053" type="hidden">
                <input name="nr_Nota_1168271_1130" id="nr_Nota_1168271_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_1140" id="ci_AlunoAvaliacao_1168271_1140" value="89762840" type="hidden">
                <input name="nr_Nota_1168271_1140" id="nr_Nota_1168271_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_1200" id="ci_AlunoAvaliacao_1168271_1200" value="89760672" type="hidden">
                <input name="nr_Nota_1168271_1200" id="nr_Nota_1168271_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_1620" id="ci_AlunoAvaliacao_1168271_1620" value="89297560" type="hidden">
                <input name="nr_Nota_1168271_1620" id="nr_Nota_1168271_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_1730" id="ci_AlunoAvaliacao_1168271_1730" value="89306884" type="hidden">
                <input name="nr_Nota_1168271_1730" id="nr_Nota_1168271_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202294&nbsp;EUCLIDES ALEX OLIVEIRA MONTEIRO
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1202294" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202294_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_154" id="ci_AlunoAvaliacao_1202294_154" value="89764546" type="hidden">
                <input name="nr_Nota_1202294_154" id="nr_Nota_1202294_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_160" id="ci_AlunoAvaliacao_1202294_160" value="89301302" type="hidden">
                <input name="nr_Nota_1202294_160" id="nr_Nota_1202294_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_530" id="ci_AlunoAvaliacao_1202294_530" value="89917140" type="hidden">
                <input name="nr_Nota_1202294_530" id="nr_Nota_1202294_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_780" id="ci_AlunoAvaliacao_1202294_780" value="88767747" type="hidden">
                <input name="nr_Nota_1202294_780" id="nr_Nota_1202294_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_800" id="ci_AlunoAvaliacao_1202294_800" value="89936793" type="hidden">
                <input name="nr_Nota_1202294_800" id="nr_Nota_1202294_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_890" id="ci_AlunoAvaliacao_1202294_890" value="88771632" type="hidden">
                <input name="nr_Nota_1202294_890" id="nr_Nota_1202294_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_970" id="ci_AlunoAvaliacao_1202294_970" value="88770149" type="hidden">
                <input name="nr_Nota_1202294_970" id="nr_Nota_1202294_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_3330" id="ci_AlunoAvaliacao_1202294_3330" value="89757662" type="hidden">
                <input name="nr_Nota_1202294_3330" id="nr_Nota_1202294_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_1130" id="ci_AlunoAvaliacao_1202294_1130" value="89767054" type="hidden">
                <input name="nr_Nota_1202294_1130" id="nr_Nota_1202294_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_1140" id="ci_AlunoAvaliacao_1202294_1140" value="89762841" type="hidden">
                <input name="nr_Nota_1202294_1140" id="nr_Nota_1202294_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_1200" id="ci_AlunoAvaliacao_1202294_1200" value="89760673" type="hidden">
                <input name="nr_Nota_1202294_1200" id="nr_Nota_1202294_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_1620" id="ci_AlunoAvaliacao_1202294_1620" value="89297561" type="hidden">
                <input name="nr_Nota_1202294_1620" id="nr_Nota_1202294_1620" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_1730" id="ci_AlunoAvaliacao_1202294_1730" value="89306886" type="hidden">
                <input name="nr_Nota_1202294_1730" id="nr_Nota_1202294_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1670017&nbsp;FABIOLA NOBRE DE SOUSA
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="1670017" type="hidden"></td>
            
            <td id="colunaNotaAluno_1670017_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_154" id="ci_AlunoAvaliacao_1670017_154" value="89764547" type="hidden">
                <input name="nr_Nota_1670017_154" id="nr_Nota_1670017_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_160" id="ci_AlunoAvaliacao_1670017_160" value="89301303" type="hidden">
                <input name="nr_Nota_1670017_160" id="nr_Nota_1670017_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_530" id="ci_AlunoAvaliacao_1670017_530" value="89917141" type="hidden">
                <input name="nr_Nota_1670017_530" id="nr_Nota_1670017_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_780" id="ci_AlunoAvaliacao_1670017_780" value="88767748" type="hidden">
                <input name="nr_Nota_1670017_780" id="nr_Nota_1670017_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_800" id="ci_AlunoAvaliacao_1670017_800" value="89936794" type="hidden">
                <input name="nr_Nota_1670017_800" id="nr_Nota_1670017_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_890" id="ci_AlunoAvaliacao_1670017_890" value="88771633" type="hidden">
                <input name="nr_Nota_1670017_890" id="nr_Nota_1670017_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_970" id="ci_AlunoAvaliacao_1670017_970" value="88770150" type="hidden">
                <input name="nr_Nota_1670017_970" id="nr_Nota_1670017_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_3330" id="ci_AlunoAvaliacao_1670017_3330" value="89757663" type="hidden">
                <input name="nr_Nota_1670017_3330" id="nr_Nota_1670017_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_1130" id="ci_AlunoAvaliacao_1670017_1130" value="89767055" type="hidden">
                <input name="nr_Nota_1670017_1130" id="nr_Nota_1670017_1130" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_1140" id="ci_AlunoAvaliacao_1670017_1140" value="89762842" type="hidden">
                <input name="nr_Nota_1670017_1140" id="nr_Nota_1670017_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_1200" id="ci_AlunoAvaliacao_1670017_1200" value="89760674" type="hidden">
                <input name="nr_Nota_1670017_1200" id="nr_Nota_1670017_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_1620" id="ci_AlunoAvaliacao_1670017_1620" value="89297562" type="hidden">
                <input name="nr_Nota_1670017_1620" id="nr_Nota_1670017_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_1730" id="ci_AlunoAvaliacao_1670017_1730" value="89306887" type="hidden">
                <input name="nr_Nota_1670017_1730" id="nr_Nota_1670017_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167676&nbsp;FABRICIO KAUE PEREIRA DOS SANTOS
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="1167676" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167676_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_154" id="ci_AlunoAvaliacao_1167676_154" value="89764548" type="hidden">
                <input name="nr_Nota_1167676_154" id="nr_Nota_1167676_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_160" id="ci_AlunoAvaliacao_1167676_160" value="89301305" type="hidden">
                <input name="nr_Nota_1167676_160" id="nr_Nota_1167676_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_530" id="ci_AlunoAvaliacao_1167676_530" value="89917142" type="hidden">
                <input name="nr_Nota_1167676_530" id="nr_Nota_1167676_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_780" id="ci_AlunoAvaliacao_1167676_780" value="88767749" type="hidden">
                <input name="nr_Nota_1167676_780" id="nr_Nota_1167676_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_800" id="ci_AlunoAvaliacao_1167676_800" value="89936795" type="hidden">
                <input name="nr_Nota_1167676_800" id="nr_Nota_1167676_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_890" id="ci_AlunoAvaliacao_1167676_890" value="88771634" type="hidden">
                <input name="nr_Nota_1167676_890" id="nr_Nota_1167676_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_970" id="ci_AlunoAvaliacao_1167676_970" value="88770151" type="hidden">
                <input name="nr_Nota_1167676_970" id="nr_Nota_1167676_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_3330" id="ci_AlunoAvaliacao_1167676_3330" value="89757664" type="hidden">
                <input name="nr_Nota_1167676_3330" id="nr_Nota_1167676_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_1130" id="ci_AlunoAvaliacao_1167676_1130" value="89767056" type="hidden">
                <input name="nr_Nota_1167676_1130" id="nr_Nota_1167676_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_1140" id="ci_AlunoAvaliacao_1167676_1140" value="89762843" type="hidden">
                <input name="nr_Nota_1167676_1140" id="nr_Nota_1167676_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_1200" id="ci_AlunoAvaliacao_1167676_1200" value="89760675" type="hidden">
                <input name="nr_Nota_1167676_1200" id="nr_Nota_1167676_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_1620" id="ci_AlunoAvaliacao_1167676_1620" value="89297563" type="hidden">
                <input name="nr_Nota_1167676_1620" id="nr_Nota_1167676_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_1730" id="ci_AlunoAvaliacao_1167676_1730" value="89306888" type="hidden">
                <input name="nr_Nota_1167676_1730" id="nr_Nota_1167676_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202392&nbsp;FLAYRTON WESLEY RAMOS DA SILVA
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1202392" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202392_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_154" id="ci_AlunoAvaliacao_1202392_154" value="89764549" type="hidden">
                <input name="nr_Nota_1202392_154" id="nr_Nota_1202392_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_160" id="ci_AlunoAvaliacao_1202392_160" value="89301306" type="hidden">
                <input name="nr_Nota_1202392_160" id="nr_Nota_1202392_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_530" id="ci_AlunoAvaliacao_1202392_530" value="89917143" type="hidden">
                <input name="nr_Nota_1202392_530" id="nr_Nota_1202392_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_780" id="ci_AlunoAvaliacao_1202392_780" value="88767750" type="hidden">
                <input name="nr_Nota_1202392_780" id="nr_Nota_1202392_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_800" id="ci_AlunoAvaliacao_1202392_800" value="89936796" type="hidden">
                <input name="nr_Nota_1202392_800" id="nr_Nota_1202392_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_890" id="ci_AlunoAvaliacao_1202392_890" value="88771635" type="hidden">
                <input name="nr_Nota_1202392_890" id="nr_Nota_1202392_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_970" id="ci_AlunoAvaliacao_1202392_970" value="88770152" type="hidden">
                <input name="nr_Nota_1202392_970" id="nr_Nota_1202392_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_3330" id="ci_AlunoAvaliacao_1202392_3330" value="89757665" type="hidden">
                <input name="nr_Nota_1202392_3330" id="nr_Nota_1202392_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_1130" id="ci_AlunoAvaliacao_1202392_1130" value="89767057" type="hidden">
                <input name="nr_Nota_1202392_1130" id="nr_Nota_1202392_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_1140" id="ci_AlunoAvaliacao_1202392_1140" value="89762844" type="hidden">
                <input name="nr_Nota_1202392_1140" id="nr_Nota_1202392_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_1200" id="ci_AlunoAvaliacao_1202392_1200" value="89760676" type="hidden">
                <input name="nr_Nota_1202392_1200" id="nr_Nota_1202392_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_1620" id="ci_AlunoAvaliacao_1202392_1620" value="89297564" type="hidden">
                <input name="nr_Nota_1202392_1620" id="nr_Nota_1202392_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_1730" id="ci_AlunoAvaliacao_1202392_1730" value="89306890" type="hidden">
                <input name="nr_Nota_1202392_1730" id="nr_Nota_1202392_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;533994&nbsp;FRANCISCO EDUARDO DA SILVA VIANA
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="533994" type="hidden"></td>
            
            <td id="colunaNotaAluno_533994_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_154" id="ci_AlunoAvaliacao_533994_154" value="89764550" type="hidden">
                <input name="nr_Nota_533994_154" id="nr_Nota_533994_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_160" id="ci_AlunoAvaliacao_533994_160" value="89301307" type="hidden">
                <input name="nr_Nota_533994_160" id="nr_Nota_533994_160" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_530" id="ci_AlunoAvaliacao_533994_530" value="89917144" type="hidden">
                <input name="nr_Nota_533994_530" id="nr_Nota_533994_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_780" id="ci_AlunoAvaliacao_533994_780" value="88767751" type="hidden">
                <input name="nr_Nota_533994_780" id="nr_Nota_533994_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_800" id="ci_AlunoAvaliacao_533994_800" value="89936797" type="hidden">
                <input name="nr_Nota_533994_800" id="nr_Nota_533994_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_890" id="ci_AlunoAvaliacao_533994_890" value="88771636" type="hidden">
                <input name="nr_Nota_533994_890" id="nr_Nota_533994_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_970" id="ci_AlunoAvaliacao_533994_970" value="88770153" type="hidden">
                <input name="nr_Nota_533994_970" id="nr_Nota_533994_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_3330" id="ci_AlunoAvaliacao_533994_3330" value="89757666" type="hidden">
                <input name="nr_Nota_533994_3330" id="nr_Nota_533994_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_1130" id="ci_AlunoAvaliacao_533994_1130" value="89767058" type="hidden">
                <input name="nr_Nota_533994_1130" id="nr_Nota_533994_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_1140" id="ci_AlunoAvaliacao_533994_1140" value="89762845" type="hidden">
                <input name="nr_Nota_533994_1140" id="nr_Nota_533994_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_1200" id="ci_AlunoAvaliacao_533994_1200" value="89760677" type="hidden">
                <input name="nr_Nota_533994_1200" id="nr_Nota_533994_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_1620" id="ci_AlunoAvaliacao_533994_1620" value="89297565" type="hidden">
                <input name="nr_Nota_533994_1620" id="nr_Nota_533994_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_1730" id="ci_AlunoAvaliacao_533994_1730" value="89306891" type="hidden">
                <input name="nr_Nota_533994_1730" id="nr_Nota_533994_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1670092&nbsp;FRANCISCO IGOR RODRIGUES DOS SANTOS
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="1670092" type="hidden"></td>
            
            <td id="colunaNotaAluno_1670092_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_154" id="ci_AlunoAvaliacao_1670092_154" value="89764551" type="hidden">
                <input name="nr_Nota_1670092_154" id="nr_Nota_1670092_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_160" id="ci_AlunoAvaliacao_1670092_160" value="89301311" type="hidden">
                <input name="nr_Nota_1670092_160" id="nr_Nota_1670092_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_530" id="ci_AlunoAvaliacao_1670092_530" value="89917145" type="hidden">
                <input name="nr_Nota_1670092_530" id="nr_Nota_1670092_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_780" id="ci_AlunoAvaliacao_1670092_780" value="88767752" type="hidden">
                <input name="nr_Nota_1670092_780" id="nr_Nota_1670092_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_800" id="ci_AlunoAvaliacao_1670092_800" value="89936798" type="hidden">
                <input name="nr_Nota_1670092_800" id="nr_Nota_1670092_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_890" id="ci_AlunoAvaliacao_1670092_890" value="88771637" type="hidden">
                <input name="nr_Nota_1670092_890" id="nr_Nota_1670092_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_970" id="ci_AlunoAvaliacao_1670092_970" value="88770154" type="hidden">
                <input name="nr_Nota_1670092_970" id="nr_Nota_1670092_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_3330" id="ci_AlunoAvaliacao_1670092_3330" value="89757667" type="hidden">
                <input name="nr_Nota_1670092_3330" id="nr_Nota_1670092_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_1130" id="ci_AlunoAvaliacao_1670092_1130" value="89767059" type="hidden">
                <input name="nr_Nota_1670092_1130" id="nr_Nota_1670092_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_1140" id="ci_AlunoAvaliacao_1670092_1140" value="89762846" type="hidden">
                <input name="nr_Nota_1670092_1140" id="nr_Nota_1670092_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_1200" id="ci_AlunoAvaliacao_1670092_1200" value="89760678" type="hidden">
                <input name="nr_Nota_1670092_1200" id="nr_Nota_1670092_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_1620" id="ci_AlunoAvaliacao_1670092_1620" value="89297566" type="hidden">
                <input name="nr_Nota_1670092_1620" id="nr_Nota_1670092_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_1730" id="ci_AlunoAvaliacao_1670092_1730" value="89306892" type="hidden">
                <input name="nr_Nota_1670092_1730" id="nr_Nota_1670092_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1452463&nbsp;HANDRESSA CARLA LEITAO E SILVA
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="1452463" type="hidden"></td>
            
            <td id="colunaNotaAluno_1452463_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_154" id="ci_AlunoAvaliacao_1452463_154" value="89764552" type="hidden">
                <input name="nr_Nota_1452463_154" id="nr_Nota_1452463_154" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_160" id="ci_AlunoAvaliacao_1452463_160" value="89301313" type="hidden">
                <input name="nr_Nota_1452463_160" id="nr_Nota_1452463_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_530" id="ci_AlunoAvaliacao_1452463_530" value="89917146" type="hidden">
                <input name="nr_Nota_1452463_530" id="nr_Nota_1452463_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_780" id="ci_AlunoAvaliacao_1452463_780" value="88767753" type="hidden">
                <input name="nr_Nota_1452463_780" id="nr_Nota_1452463_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_800" id="ci_AlunoAvaliacao_1452463_800" value="89936799" type="hidden">
                <input name="nr_Nota_1452463_800" id="nr_Nota_1452463_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_890" id="ci_AlunoAvaliacao_1452463_890" value="88771638" type="hidden">
                <input name="nr_Nota_1452463_890" id="nr_Nota_1452463_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_970" id="ci_AlunoAvaliacao_1452463_970" value="88770155" type="hidden">
                <input name="nr_Nota_1452463_970" id="nr_Nota_1452463_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_3330" id="ci_AlunoAvaliacao_1452463_3330" value="89757668" type="hidden">
                <input name="nr_Nota_1452463_3330" id="nr_Nota_1452463_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_1130" id="ci_AlunoAvaliacao_1452463_1130" value="89767060" type="hidden">
                <input name="nr_Nota_1452463_1130" id="nr_Nota_1452463_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_1140" id="ci_AlunoAvaliacao_1452463_1140" value="89762847" type="hidden">
                <input name="nr_Nota_1452463_1140" id="nr_Nota_1452463_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_1200" id="ci_AlunoAvaliacao_1452463_1200" value="89760679" type="hidden">
                <input name="nr_Nota_1452463_1200" id="nr_Nota_1452463_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_1620" id="ci_AlunoAvaliacao_1452463_1620" value="89297567" type="hidden">
                <input name="nr_Nota_1452463_1620" id="nr_Nota_1452463_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_1730" id="ci_AlunoAvaliacao_1452463_1730" value="89306893" type="hidden">
                <input name="nr_Nota_1452463_1730" id="nr_Nota_1452463_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;113911&nbsp;ISLANIA VENANCIO BARROS
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="113911" type="hidden"></td>
            
            <td id="colunaNotaAluno_113911_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_154" id="ci_AlunoAvaliacao_113911_154" value="89764553" type="hidden">
                <input name="nr_Nota_113911_154" id="nr_Nota_113911_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_160" id="ci_AlunoAvaliacao_113911_160" value="89301315" type="hidden">
                <input name="nr_Nota_113911_160" id="nr_Nota_113911_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_530" id="ci_AlunoAvaliacao_113911_530" value="89917147" type="hidden">
                <input name="nr_Nota_113911_530" id="nr_Nota_113911_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_780" id="ci_AlunoAvaliacao_113911_780" value="88767754" type="hidden">
                <input name="nr_Nota_113911_780" id="nr_Nota_113911_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_800" id="ci_AlunoAvaliacao_113911_800" value="89936800" type="hidden">
                <input name="nr_Nota_113911_800" id="nr_Nota_113911_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_890" id="ci_AlunoAvaliacao_113911_890" value="88771639" type="hidden">
                <input name="nr_Nota_113911_890" id="nr_Nota_113911_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_970" id="ci_AlunoAvaliacao_113911_970" value="88770156" type="hidden">
                <input name="nr_Nota_113911_970" id="nr_Nota_113911_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_3330" id="ci_AlunoAvaliacao_113911_3330" value="89757669" type="hidden">
                <input name="nr_Nota_113911_3330" id="nr_Nota_113911_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_1130" id="ci_AlunoAvaliacao_113911_1130" value="89767061" type="hidden">
                <input name="nr_Nota_113911_1130" id="nr_Nota_113911_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_1140" id="ci_AlunoAvaliacao_113911_1140" value="89762848" type="hidden">
                <input name="nr_Nota_113911_1140" id="nr_Nota_113911_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_1200" id="ci_AlunoAvaliacao_113911_1200" value="89760680" type="hidden">
                <input name="nr_Nota_113911_1200" id="nr_Nota_113911_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_1620" id="ci_AlunoAvaliacao_113911_1620" value="89297568" type="hidden">
                <input name="nr_Nota_113911_1620" id="nr_Nota_113911_1620" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_1730" id="ci_AlunoAvaliacao_113911_1730" value="89306894" type="hidden">
                <input name="nr_Nota_113911_1730" id="nr_Nota_113911_1730" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202335&nbsp;IVO BRUNO GONCALVES ROCHA
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1202335" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202335_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_154" id="ci_AlunoAvaliacao_1202335_154" value="89764554" type="hidden">
                <input name="nr_Nota_1202335_154" id="nr_Nota_1202335_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_160" id="ci_AlunoAvaliacao_1202335_160" value="89301318" type="hidden">
                <input name="nr_Nota_1202335_160" id="nr_Nota_1202335_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_530" id="ci_AlunoAvaliacao_1202335_530" value="89917148" type="hidden">
                <input name="nr_Nota_1202335_530" id="nr_Nota_1202335_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_780" id="ci_AlunoAvaliacao_1202335_780" value="88767755" type="hidden">
                <input name="nr_Nota_1202335_780" id="nr_Nota_1202335_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_800" id="ci_AlunoAvaliacao_1202335_800" value="89936801" type="hidden">
                <input name="nr_Nota_1202335_800" id="nr_Nota_1202335_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_890" id="ci_AlunoAvaliacao_1202335_890" value="88771640" type="hidden">
                <input name="nr_Nota_1202335_890" id="nr_Nota_1202335_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_970" id="ci_AlunoAvaliacao_1202335_970" value="88770157" type="hidden">
                <input name="nr_Nota_1202335_970" id="nr_Nota_1202335_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_3330" id="ci_AlunoAvaliacao_1202335_3330" value="89757670" type="hidden">
                <input name="nr_Nota_1202335_3330" id="nr_Nota_1202335_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_1130" id="ci_AlunoAvaliacao_1202335_1130" value="89767062" type="hidden">
                <input name="nr_Nota_1202335_1130" id="nr_Nota_1202335_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_1140" id="ci_AlunoAvaliacao_1202335_1140" value="89762849" type="hidden">
                <input name="nr_Nota_1202335_1140" id="nr_Nota_1202335_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_1200" id="ci_AlunoAvaliacao_1202335_1200" value="89760681" type="hidden">
                <input name="nr_Nota_1202335_1200" id="nr_Nota_1202335_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_1620" id="ci_AlunoAvaliacao_1202335_1620" value="89297569" type="hidden">
                <input name="nr_Nota_1202335_1620" id="nr_Nota_1202335_1620" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_1730" id="ci_AlunoAvaliacao_1202335_1730" value="89306895" type="hidden">
                <input name="nr_Nota_1202335_1730" id="nr_Nota_1202335_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1057341&nbsp;JESSICA SILVA PINHEIRO
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="1057341" type="hidden"></td>
            
            <td id="colunaNotaAluno_1057341_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_154" id="ci_AlunoAvaliacao_1057341_154" value="89764555" type="hidden">
                <input name="nr_Nota_1057341_154" id="nr_Nota_1057341_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_160" id="ci_AlunoAvaliacao_1057341_160" value="89301319" type="hidden">
                <input name="nr_Nota_1057341_160" id="nr_Nota_1057341_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_530" id="ci_AlunoAvaliacao_1057341_530" value="89917149" type="hidden">
                <input name="nr_Nota_1057341_530" id="nr_Nota_1057341_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_780" id="ci_AlunoAvaliacao_1057341_780" value="88767756" type="hidden">
                <input name="nr_Nota_1057341_780" id="nr_Nota_1057341_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_800" id="ci_AlunoAvaliacao_1057341_800" value="89936802" type="hidden">
                <input name="nr_Nota_1057341_800" id="nr_Nota_1057341_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_890" id="ci_AlunoAvaliacao_1057341_890" value="88771641" type="hidden">
                <input name="nr_Nota_1057341_890" id="nr_Nota_1057341_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_970" id="ci_AlunoAvaliacao_1057341_970" value="88770158" type="hidden">
                <input name="nr_Nota_1057341_970" id="nr_Nota_1057341_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_3330" id="ci_AlunoAvaliacao_1057341_3330" value="89757671" type="hidden">
                <input name="nr_Nota_1057341_3330" id="nr_Nota_1057341_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_1130" id="ci_AlunoAvaliacao_1057341_1130" value="89767063" type="hidden">
                <input name="nr_Nota_1057341_1130" id="nr_Nota_1057341_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_1140" id="ci_AlunoAvaliacao_1057341_1140" value="89762850" type="hidden">
                <input name="nr_Nota_1057341_1140" id="nr_Nota_1057341_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_1200" id="ci_AlunoAvaliacao_1057341_1200" value="89760682" type="hidden">
                <input name="nr_Nota_1057341_1200" id="nr_Nota_1057341_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_1620" id="ci_AlunoAvaliacao_1057341_1620" value="89297570" type="hidden">
                <input name="nr_Nota_1057341_1620" id="nr_Nota_1057341_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_1730" id="ci_AlunoAvaliacao_1057341_1730" value="89306897" type="hidden">
                <input name="nr_Nota_1057341_1730" id="nr_Nota_1057341_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;796617&nbsp;JESSICA SOARES DA SILVA
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="796617" type="hidden"></td>
            
            <td id="colunaNotaAluno_796617_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_154" id="ci_AlunoAvaliacao_796617_154" value="89764556" type="hidden">
                <input name="nr_Nota_796617_154" id="nr_Nota_796617_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_160" id="ci_AlunoAvaliacao_796617_160" value="89301320" type="hidden">
                <input name="nr_Nota_796617_160" id="nr_Nota_796617_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_530" id="ci_AlunoAvaliacao_796617_530" value="89917150" type="hidden">
                <input name="nr_Nota_796617_530" id="nr_Nota_796617_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_780" id="ci_AlunoAvaliacao_796617_780" value="88767757" type="hidden">
                <input name="nr_Nota_796617_780" id="nr_Nota_796617_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_800" id="ci_AlunoAvaliacao_796617_800" value="89936803" type="hidden">
                <input name="nr_Nota_796617_800" id="nr_Nota_796617_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_890" id="ci_AlunoAvaliacao_796617_890" value="88771642" type="hidden">
                <input name="nr_Nota_796617_890" id="nr_Nota_796617_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_970" id="ci_AlunoAvaliacao_796617_970" value="88770159" type="hidden">
                <input name="nr_Nota_796617_970" id="nr_Nota_796617_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_3330" id="ci_AlunoAvaliacao_796617_3330" value="89757672" type="hidden">
                <input name="nr_Nota_796617_3330" id="nr_Nota_796617_3330" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_1130" id="ci_AlunoAvaliacao_796617_1130" value="89767064" type="hidden">
                <input name="nr_Nota_796617_1130" id="nr_Nota_796617_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_1140" id="ci_AlunoAvaliacao_796617_1140" value="89762851" type="hidden">
                <input name="nr_Nota_796617_1140" id="nr_Nota_796617_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_1200" id="ci_AlunoAvaliacao_796617_1200" value="89760683" type="hidden">
                <input name="nr_Nota_796617_1200" id="nr_Nota_796617_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_1620" id="ci_AlunoAvaliacao_796617_1620" value="89297571" type="hidden">
                <input name="nr_Nota_796617_1620" id="nr_Nota_796617_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_1730" id="ci_AlunoAvaliacao_796617_1730" value="89306898" type="hidden">
                <input name="nr_Nota_796617_1730" id="nr_Nota_796617_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1167679&nbsp;KAIO FILIPE SILVA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="1167679" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167679_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_154" id="ci_AlunoAvaliacao_1167679_154" value="89764557" type="hidden">
                <input name="nr_Nota_1167679_154" id="nr_Nota_1167679_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_160" id="ci_AlunoAvaliacao_1167679_160" value="89301321" type="hidden">
                <input name="nr_Nota_1167679_160" id="nr_Nota_1167679_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_530" id="ci_AlunoAvaliacao_1167679_530" value="89917151" type="hidden">
                <input name="nr_Nota_1167679_530" id="nr_Nota_1167679_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_780" id="ci_AlunoAvaliacao_1167679_780" value="88767758" type="hidden">
                <input name="nr_Nota_1167679_780" id="nr_Nota_1167679_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_800" id="ci_AlunoAvaliacao_1167679_800" value="89936804" type="hidden">
                <input name="nr_Nota_1167679_800" id="nr_Nota_1167679_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_890" id="ci_AlunoAvaliacao_1167679_890" value="88771643" type="hidden">
                <input name="nr_Nota_1167679_890" id="nr_Nota_1167679_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_970" id="ci_AlunoAvaliacao_1167679_970" value="88770160" type="hidden">
                <input name="nr_Nota_1167679_970" id="nr_Nota_1167679_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_3330" id="ci_AlunoAvaliacao_1167679_3330" value="89757673" type="hidden">
                <input name="nr_Nota_1167679_3330" id="nr_Nota_1167679_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_1130" id="ci_AlunoAvaliacao_1167679_1130" value="89767065" type="hidden">
                <input name="nr_Nota_1167679_1130" id="nr_Nota_1167679_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_1140" id="ci_AlunoAvaliacao_1167679_1140" value="89762852" type="hidden">
                <input name="nr_Nota_1167679_1140" id="nr_Nota_1167679_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_1200" id="ci_AlunoAvaliacao_1167679_1200" value="89760684" type="hidden">
                <input name="nr_Nota_1167679_1200" id="nr_Nota_1167679_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_1620" id="ci_AlunoAvaliacao_1167679_1620" value="89297572" type="hidden">
                <input name="nr_Nota_1167679_1620" id="nr_Nota_1167679_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_1730" id="ci_AlunoAvaliacao_1167679_1730" value="89306899" type="hidden">
                <input name="nr_Nota_1167679_1730" id="nr_Nota_1167679_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1168243&nbsp;MARIA DEIVIANE SOARES
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="1168243" type="hidden"></td>
            
            <td id="colunaNotaAluno_1168243_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_154" id="ci_AlunoAvaliacao_1168243_154" value="89764558" type="hidden">
                <input name="nr_Nota_1168243_154" id="nr_Nota_1168243_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_160" id="ci_AlunoAvaliacao_1168243_160" value="89301322" type="hidden">
                <input name="nr_Nota_1168243_160" id="nr_Nota_1168243_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_530" id="ci_AlunoAvaliacao_1168243_530" value="89917152" type="hidden">
                <input name="nr_Nota_1168243_530" id="nr_Nota_1168243_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_780" id="ci_AlunoAvaliacao_1168243_780" value="88767759" type="hidden">
                <input name="nr_Nota_1168243_780" id="nr_Nota_1168243_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_800" id="ci_AlunoAvaliacao_1168243_800" value="89936805" type="hidden">
                <input name="nr_Nota_1168243_800" id="nr_Nota_1168243_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_890" id="ci_AlunoAvaliacao_1168243_890" value="88771644" type="hidden">
                <input name="nr_Nota_1168243_890" id="nr_Nota_1168243_890" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_970" id="ci_AlunoAvaliacao_1168243_970" value="88770161" type="hidden">
                <input name="nr_Nota_1168243_970" id="nr_Nota_1168243_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_3330" id="ci_AlunoAvaliacao_1168243_3330" value="89757674" type="hidden">
                <input name="nr_Nota_1168243_3330" id="nr_Nota_1168243_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_1130" id="ci_AlunoAvaliacao_1168243_1130" value="89767066" type="hidden">
                <input name="nr_Nota_1168243_1130" id="nr_Nota_1168243_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_1140" id="ci_AlunoAvaliacao_1168243_1140" value="89762853" type="hidden">
                <input name="nr_Nota_1168243_1140" id="nr_Nota_1168243_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_1200" id="ci_AlunoAvaliacao_1168243_1200" value="89760685" type="hidden">
                <input name="nr_Nota_1168243_1200" id="nr_Nota_1168243_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_1620" id="ci_AlunoAvaliacao_1168243_1620" value="89297573" type="hidden">
                <input name="nr_Nota_1168243_1620" id="nr_Nota_1168243_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_1730" id="ci_AlunoAvaliacao_1168243_1730" value="89306900" type="hidden">
                <input name="nr_Nota_1168243_1730" id="nr_Nota_1168243_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;985797&nbsp;MARIA JOSELENE CANDIDO DE SOUSA
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="985797" type="hidden"></td>
            
            <td id="colunaNotaAluno_985797_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_154" id="ci_AlunoAvaliacao_985797_154" value="89764559" type="hidden">
                <input name="nr_Nota_985797_154" id="nr_Nota_985797_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_160" id="ci_AlunoAvaliacao_985797_160" value="89301324" type="hidden">
                <input name="nr_Nota_985797_160" id="nr_Nota_985797_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_530" id="ci_AlunoAvaliacao_985797_530" value="89917153" type="hidden">
                <input name="nr_Nota_985797_530" id="nr_Nota_985797_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_780" id="ci_AlunoAvaliacao_985797_780" value="88767760" type="hidden">
                <input name="nr_Nota_985797_780" id="nr_Nota_985797_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_800" id="ci_AlunoAvaliacao_985797_800" value="89936806" type="hidden">
                <input name="nr_Nota_985797_800" id="nr_Nota_985797_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_890" id="ci_AlunoAvaliacao_985797_890" value="88771645" type="hidden">
                <input name="nr_Nota_985797_890" id="nr_Nota_985797_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_970" id="ci_AlunoAvaliacao_985797_970" value="88770162" type="hidden">
                <input name="nr_Nota_985797_970" id="nr_Nota_985797_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_3330" id="ci_AlunoAvaliacao_985797_3330" value="89757675" type="hidden">
                <input name="nr_Nota_985797_3330" id="nr_Nota_985797_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_1130" id="ci_AlunoAvaliacao_985797_1130" value="89767067" type="hidden">
                <input name="nr_Nota_985797_1130" id="nr_Nota_985797_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_1140" id="ci_AlunoAvaliacao_985797_1140" value="89762854" type="hidden">
                <input name="nr_Nota_985797_1140" id="nr_Nota_985797_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_1200" id="ci_AlunoAvaliacao_985797_1200" value="89760686" type="hidden">
                <input name="nr_Nota_985797_1200" id="nr_Nota_985797_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_1620" id="ci_AlunoAvaliacao_985797_1620" value="89297574" type="hidden">
                <input name="nr_Nota_985797_1620" id="nr_Nota_985797_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_1730" id="ci_AlunoAvaliacao_985797_1730" value="89306901" type="hidden">
                <input name="nr_Nota_985797_1730" id="nr_Nota_985797_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;859710&nbsp;MARIA KAROLINA ALMEIDA DA SILVA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="859710" type="hidden"></td>
            
            <td id="colunaNotaAluno_859710_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_154" id="ci_AlunoAvaliacao_859710_154" value="89764560" type="hidden">
                <input name="nr_Nota_859710_154" id="nr_Nota_859710_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_160" id="ci_AlunoAvaliacao_859710_160" value="89301325" type="hidden">
                <input name="nr_Nota_859710_160" id="nr_Nota_859710_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_530" id="ci_AlunoAvaliacao_859710_530" value="89917154" type="hidden">
                <input name="nr_Nota_859710_530" id="nr_Nota_859710_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_780" id="ci_AlunoAvaliacao_859710_780" value="88767761" type="hidden">
                <input name="nr_Nota_859710_780" id="nr_Nota_859710_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_800" id="ci_AlunoAvaliacao_859710_800" value="89936807" type="hidden">
                <input name="nr_Nota_859710_800" id="nr_Nota_859710_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_890" id="ci_AlunoAvaliacao_859710_890" value="88771646" type="hidden">
                <input name="nr_Nota_859710_890" id="nr_Nota_859710_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_970" id="ci_AlunoAvaliacao_859710_970" value="88770163" type="hidden">
                <input name="nr_Nota_859710_970" id="nr_Nota_859710_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_3330" id="ci_AlunoAvaliacao_859710_3330" value="89757676" type="hidden">
                <input name="nr_Nota_859710_3330" id="nr_Nota_859710_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_1130" id="ci_AlunoAvaliacao_859710_1130" value="89767068" type="hidden">
                <input name="nr_Nota_859710_1130" id="nr_Nota_859710_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_1140" id="ci_AlunoAvaliacao_859710_1140" value="89762855" type="hidden">
                <input name="nr_Nota_859710_1140" id="nr_Nota_859710_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_1200" id="ci_AlunoAvaliacao_859710_1200" value="89760687" type="hidden">
                <input name="nr_Nota_859710_1200" id="nr_Nota_859710_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_1620" id="ci_AlunoAvaliacao_859710_1620" value="89297575" type="hidden">
                <input name="nr_Nota_859710_1620" id="nr_Nota_859710_1620" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_1730" id="ci_AlunoAvaliacao_859710_1730" value="89306903" type="hidden">
                <input name="nr_Nota_859710_1730" id="nr_Nota_859710_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201618&nbsp;MEIRYANE XIMENES ALBUQUERQUE DE MENEZES
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="1201618" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201618_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_154" id="ci_AlunoAvaliacao_1201618_154" value="89764561" type="hidden">
                <input name="nr_Nota_1201618_154" id="nr_Nota_1201618_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_160" id="ci_AlunoAvaliacao_1201618_160" value="89301327" type="hidden">
                <input name="nr_Nota_1201618_160" id="nr_Nota_1201618_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_530" id="ci_AlunoAvaliacao_1201618_530" value="89917155" type="hidden">
                <input name="nr_Nota_1201618_530" id="nr_Nota_1201618_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_780" id="ci_AlunoAvaliacao_1201618_780" value="88767762" type="hidden">
                <input name="nr_Nota_1201618_780" id="nr_Nota_1201618_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_800" id="ci_AlunoAvaliacao_1201618_800" value="89936808" type="hidden">
                <input name="nr_Nota_1201618_800" id="nr_Nota_1201618_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_890" id="ci_AlunoAvaliacao_1201618_890" value="88771647" type="hidden">
                <input name="nr_Nota_1201618_890" id="nr_Nota_1201618_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_970" id="ci_AlunoAvaliacao_1201618_970" value="88770164" type="hidden">
                <input name="nr_Nota_1201618_970" id="nr_Nota_1201618_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_3330" id="ci_AlunoAvaliacao_1201618_3330" value="89757677" type="hidden">
                <input name="nr_Nota_1201618_3330" id="nr_Nota_1201618_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_1130" id="ci_AlunoAvaliacao_1201618_1130" value="89767069" type="hidden">
                <input name="nr_Nota_1201618_1130" id="nr_Nota_1201618_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_1140" id="ci_AlunoAvaliacao_1201618_1140" value="89762856" type="hidden">
                <input name="nr_Nota_1201618_1140" id="nr_Nota_1201618_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_1200" id="ci_AlunoAvaliacao_1201618_1200" value="89760688" type="hidden">
                <input name="nr_Nota_1201618_1200" id="nr_Nota_1201618_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_1620" id="ci_AlunoAvaliacao_1201618_1620" value="89297576" type="hidden">
                <input name="nr_Nota_1201618_1620" id="nr_Nota_1201618_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_1730" id="ci_AlunoAvaliacao_1201618_1730" value="89306904" type="hidden">
                <input name="nr_Nota_1201618_1730" id="nr_Nota_1201618_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1194978&nbsp;NATALY DA SILVA DUTRA
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="1194978" type="hidden"></td>
            
            <td id="colunaNotaAluno_1194978_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_154" id="ci_AlunoAvaliacao_1194978_154" value="89764562" type="hidden">
                <input name="nr_Nota_1194978_154" id="nr_Nota_1194978_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_160" id="ci_AlunoAvaliacao_1194978_160" value="89301328" type="hidden">
                <input name="nr_Nota_1194978_160" id="nr_Nota_1194978_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_530" id="ci_AlunoAvaliacao_1194978_530" value="89917156" type="hidden">
                <input name="nr_Nota_1194978_530" id="nr_Nota_1194978_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_780" id="ci_AlunoAvaliacao_1194978_780" value="88767763" type="hidden">
                <input name="nr_Nota_1194978_780" id="nr_Nota_1194978_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_800" id="ci_AlunoAvaliacao_1194978_800" value="89936809" type="hidden">
                <input name="nr_Nota_1194978_800" id="nr_Nota_1194978_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_890" id="ci_AlunoAvaliacao_1194978_890" value="88771648" type="hidden">
                <input name="nr_Nota_1194978_890" id="nr_Nota_1194978_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_970" id="ci_AlunoAvaliacao_1194978_970" value="88770165" type="hidden">
                <input name="nr_Nota_1194978_970" id="nr_Nota_1194978_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_3330" id="ci_AlunoAvaliacao_1194978_3330" value="89757678" type="hidden">
                <input name="nr_Nota_1194978_3330" id="nr_Nota_1194978_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_1130" id="ci_AlunoAvaliacao_1194978_1130" value="89767070" type="hidden">
                <input name="nr_Nota_1194978_1130" id="nr_Nota_1194978_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_1140" id="ci_AlunoAvaliacao_1194978_1140" value="89762857" type="hidden">
                <input name="nr_Nota_1194978_1140" id="nr_Nota_1194978_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_1200" id="ci_AlunoAvaliacao_1194978_1200" value="89760689" type="hidden">
                <input name="nr_Nota_1194978_1200" id="nr_Nota_1194978_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_1620" id="ci_AlunoAvaliacao_1194978_1620" value="89297577" type="hidden">
                <input name="nr_Nota_1194978_1620" id="nr_Nota_1194978_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_1730" id="ci_AlunoAvaliacao_1194978_1730" value="89306905" type="hidden">
                <input name="nr_Nota_1194978_1730" id="nr_Nota_1194978_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1030837&nbsp;PAMELA SARAIVA ALVES VIEIRA
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1030837" type="hidden"></td>
            
            <td id="colunaNotaAluno_1030837_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_154" id="ci_AlunoAvaliacao_1030837_154" value="89764563" type="hidden">
                <input name="nr_Nota_1030837_154" id="nr_Nota_1030837_154" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_160" id="ci_AlunoAvaliacao_1030837_160" value="89301330" type="hidden">
                <input name="nr_Nota_1030837_160" id="nr_Nota_1030837_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_530" id="ci_AlunoAvaliacao_1030837_530" value="89917157" type="hidden">
                <input name="nr_Nota_1030837_530" id="nr_Nota_1030837_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_780" id="ci_AlunoAvaliacao_1030837_780" value="88767764" type="hidden">
                <input name="nr_Nota_1030837_780" id="nr_Nota_1030837_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_800" id="ci_AlunoAvaliacao_1030837_800" value="89936810" type="hidden">
                <input name="nr_Nota_1030837_800" id="nr_Nota_1030837_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_890" id="ci_AlunoAvaliacao_1030837_890" value="88771649" type="hidden">
                <input name="nr_Nota_1030837_890" id="nr_Nota_1030837_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_970" id="ci_AlunoAvaliacao_1030837_970" value="88770166" type="hidden">
                <input name="nr_Nota_1030837_970" id="nr_Nota_1030837_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_3330" id="ci_AlunoAvaliacao_1030837_3330" value="89757679" type="hidden">
                <input name="nr_Nota_1030837_3330" id="nr_Nota_1030837_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_1130" id="ci_AlunoAvaliacao_1030837_1130" value="89767071" type="hidden">
                <input name="nr_Nota_1030837_1130" id="nr_Nota_1030837_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_1140" id="ci_AlunoAvaliacao_1030837_1140" value="89762858" type="hidden">
                <input name="nr_Nota_1030837_1140" id="nr_Nota_1030837_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_1200" id="ci_AlunoAvaliacao_1030837_1200" value="89760690" type="hidden">
                <input name="nr_Nota_1030837_1200" id="nr_Nota_1030837_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_1620" id="ci_AlunoAvaliacao_1030837_1620" value="89297578" type="hidden">
                <input name="nr_Nota_1030837_1620" id="nr_Nota_1030837_1620" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_1730" id="ci_AlunoAvaliacao_1030837_1730" value="89306906" type="hidden">
                <input name="nr_Nota_1030837_1730" id="nr_Nota_1030837_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;889328&nbsp;RAQUEL DE OLIVEIRA FERREIRA
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="889328" type="hidden"></td>
            
            <td id="colunaNotaAluno_889328_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_154" id="ci_AlunoAvaliacao_889328_154" value="89764564" type="hidden">
                <input name="nr_Nota_889328_154" id="nr_Nota_889328_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_160" id="ci_AlunoAvaliacao_889328_160" value="89301331" type="hidden">
                <input name="nr_Nota_889328_160" id="nr_Nota_889328_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_530" id="ci_AlunoAvaliacao_889328_530" value="89917158" type="hidden">
                <input name="nr_Nota_889328_530" id="nr_Nota_889328_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_780" id="ci_AlunoAvaliacao_889328_780" value="88767765" type="hidden">
                <input name="nr_Nota_889328_780" id="nr_Nota_889328_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_800" id="ci_AlunoAvaliacao_889328_800" value="89936811" type="hidden">
                <input name="nr_Nota_889328_800" id="nr_Nota_889328_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_890" id="ci_AlunoAvaliacao_889328_890" value="88771650" type="hidden">
                <input name="nr_Nota_889328_890" id="nr_Nota_889328_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_970" id="ci_AlunoAvaliacao_889328_970" value="88770167" type="hidden">
                <input name="nr_Nota_889328_970" id="nr_Nota_889328_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_3330" id="ci_AlunoAvaliacao_889328_3330" value="89757680" type="hidden">
                <input name="nr_Nota_889328_3330" id="nr_Nota_889328_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_1130" id="ci_AlunoAvaliacao_889328_1130" value="89767072" type="hidden">
                <input name="nr_Nota_889328_1130" id="nr_Nota_889328_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_1140" id="ci_AlunoAvaliacao_889328_1140" value="89762859" type="hidden">
                <input name="nr_Nota_889328_1140" id="nr_Nota_889328_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_1200" id="ci_AlunoAvaliacao_889328_1200" value="89760691" type="hidden">
                <input name="nr_Nota_889328_1200" id="nr_Nota_889328_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_1620" id="ci_AlunoAvaliacao_889328_1620" value="89297579" type="hidden">
                <input name="nr_Nota_889328_1620" id="nr_Nota_889328_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_1730" id="ci_AlunoAvaliacao_889328_1730" value="89306907" type="hidden">
                <input name="nr_Nota_889328_1730" id="nr_Nota_889328_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;459415&nbsp;RONALD DA SILVA ROQUE
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="459415" type="hidden"></td>
            
            <td id="colunaNotaAluno_459415_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_154" id="ci_AlunoAvaliacao_459415_154" value="89764565" type="hidden">
                <input name="nr_Nota_459415_154" id="nr_Nota_459415_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_160" id="ci_AlunoAvaliacao_459415_160" value="89301333" type="hidden">
                <input name="nr_Nota_459415_160" id="nr_Nota_459415_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_530" id="ci_AlunoAvaliacao_459415_530" value="89917159" type="hidden">
                <input name="nr_Nota_459415_530" id="nr_Nota_459415_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_780" id="ci_AlunoAvaliacao_459415_780" value="88767766" type="hidden">
                <input name="nr_Nota_459415_780" id="nr_Nota_459415_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_800" id="ci_AlunoAvaliacao_459415_800" value="89936812" type="hidden">
                <input name="nr_Nota_459415_800" id="nr_Nota_459415_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_890" id="ci_AlunoAvaliacao_459415_890" value="88771651" type="hidden">
                <input name="nr_Nota_459415_890" id="nr_Nota_459415_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_970" id="ci_AlunoAvaliacao_459415_970" value="88770168" type="hidden">
                <input name="nr_Nota_459415_970" id="nr_Nota_459415_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_3330" id="ci_AlunoAvaliacao_459415_3330" value="89757681" type="hidden">
                <input name="nr_Nota_459415_3330" id="nr_Nota_459415_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_1130" id="ci_AlunoAvaliacao_459415_1130" value="89767073" type="hidden">
                <input name="nr_Nota_459415_1130" id="nr_Nota_459415_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_1140" id="ci_AlunoAvaliacao_459415_1140" value="89762860" type="hidden">
                <input name="nr_Nota_459415_1140" id="nr_Nota_459415_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_1200" id="ci_AlunoAvaliacao_459415_1200" value="89760692" type="hidden">
                <input name="nr_Nota_459415_1200" id="nr_Nota_459415_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_1620" id="ci_AlunoAvaliacao_459415_1620" value="89297580" type="hidden">
                <input name="nr_Nota_459415_1620" id="nr_Nota_459415_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_1730" id="ci_AlunoAvaliacao_459415_1730" value="89306908" type="hidden">
                <input name="nr_Nota_459415_1730" id="nr_Nota_459415_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1004985&nbsp;THAIS COELHO DE SOUSA
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="1004985" type="hidden"></td>
            
            <td id="colunaNotaAluno_1004985_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_154" id="ci_AlunoAvaliacao_1004985_154" value="89764566" type="hidden">
                <input name="nr_Nota_1004985_154" id="nr_Nota_1004985_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_160" id="ci_AlunoAvaliacao_1004985_160" value="89301335" type="hidden">
                <input name="nr_Nota_1004985_160" id="nr_Nota_1004985_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_530" id="ci_AlunoAvaliacao_1004985_530" value="89917160" type="hidden">
                <input name="nr_Nota_1004985_530" id="nr_Nota_1004985_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_780" id="ci_AlunoAvaliacao_1004985_780" value="88767767" type="hidden">
                <input name="nr_Nota_1004985_780" id="nr_Nota_1004985_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_800" id="ci_AlunoAvaliacao_1004985_800" value="89936813" type="hidden">
                <input name="nr_Nota_1004985_800" id="nr_Nota_1004985_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_890" id="ci_AlunoAvaliacao_1004985_890" value="88771652" type="hidden">
                <input name="nr_Nota_1004985_890" id="nr_Nota_1004985_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_970" id="ci_AlunoAvaliacao_1004985_970" value="88770169" type="hidden">
                <input name="nr_Nota_1004985_970" id="nr_Nota_1004985_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_3330" id="ci_AlunoAvaliacao_1004985_3330" value="89757682" type="hidden">
                <input name="nr_Nota_1004985_3330" id="nr_Nota_1004985_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_1130" id="ci_AlunoAvaliacao_1004985_1130" value="89767074" type="hidden">
                <input name="nr_Nota_1004985_1130" id="nr_Nota_1004985_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_1140" id="ci_AlunoAvaliacao_1004985_1140" value="89762861" type="hidden">
                <input name="nr_Nota_1004985_1140" id="nr_Nota_1004985_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_1200" id="ci_AlunoAvaliacao_1004985_1200" value="89760693" type="hidden">
                <input name="nr_Nota_1004985_1200" id="nr_Nota_1004985_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_1620" id="ci_AlunoAvaliacao_1004985_1620" value="89297581" type="hidden">
                <input name="nr_Nota_1004985_1620" id="nr_Nota_1004985_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_1730" id="ci_AlunoAvaliacao_1004985_1730" value="89306909" type="hidden">
                <input name="nr_Nota_1004985_1730" id="nr_Nota_1004985_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;892028&nbsp;THAIS ISABELA FERREIRA DA SILVA
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="892028" type="hidden"></td>
            
            <td id="colunaNotaAluno_892028_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_154" id="ci_AlunoAvaliacao_892028_154" value="89764567" type="hidden">
                <input name="nr_Nota_892028_154" id="nr_Nota_892028_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_160" id="ci_AlunoAvaliacao_892028_160" value="89301336" type="hidden">
                <input name="nr_Nota_892028_160" id="nr_Nota_892028_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_530" id="ci_AlunoAvaliacao_892028_530" value="89917161" type="hidden">
                <input name="nr_Nota_892028_530" id="nr_Nota_892028_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_780" id="ci_AlunoAvaliacao_892028_780" value="88767768" type="hidden">
                <input name="nr_Nota_892028_780" id="nr_Nota_892028_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_800" id="ci_AlunoAvaliacao_892028_800" value="89936814" type="hidden">
                <input name="nr_Nota_892028_800" id="nr_Nota_892028_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_890" id="ci_AlunoAvaliacao_892028_890" value="88771653" type="hidden">
                <input name="nr_Nota_892028_890" id="nr_Nota_892028_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_970" id="ci_AlunoAvaliacao_892028_970" value="88770170" type="hidden">
                <input name="nr_Nota_892028_970" id="nr_Nota_892028_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_3330" id="ci_AlunoAvaliacao_892028_3330" value="89757683" type="hidden">
                <input name="nr_Nota_892028_3330" id="nr_Nota_892028_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_1130" id="ci_AlunoAvaliacao_892028_1130" value="89767075" type="hidden">
                <input name="nr_Nota_892028_1130" id="nr_Nota_892028_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_1140" id="ci_AlunoAvaliacao_892028_1140" value="89762862" type="hidden">
                <input name="nr_Nota_892028_1140" id="nr_Nota_892028_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_1200" id="ci_AlunoAvaliacao_892028_1200" value="89760694" type="hidden">
                <input name="nr_Nota_892028_1200" id="nr_Nota_892028_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_1620" id="ci_AlunoAvaliacao_892028_1620" value="89297582" type="hidden">
                <input name="nr_Nota_892028_1620" id="nr_Nota_892028_1620" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_1730" id="ci_AlunoAvaliacao_892028_1730" value="89306910" type="hidden">
                <input name="nr_Nota_892028_1730" id="nr_Nota_892028_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1301960&nbsp;THAIS PEREIRA NOGUEIRA
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="1301960" type="hidden"></td>
            
            <td id="colunaNotaAluno_1301960_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_154" id="ci_AlunoAvaliacao_1301960_154" value="89764568" type="hidden">
                <input name="nr_Nota_1301960_154" id="nr_Nota_1301960_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_160" id="ci_AlunoAvaliacao_1301960_160" value="89301337" type="hidden">
                <input name="nr_Nota_1301960_160" id="nr_Nota_1301960_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_530" id="ci_AlunoAvaliacao_1301960_530" value="89917162" type="hidden">
                <input name="nr_Nota_1301960_530" id="nr_Nota_1301960_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_780" id="ci_AlunoAvaliacao_1301960_780" value="88767769" type="hidden">
                <input name="nr_Nota_1301960_780" id="nr_Nota_1301960_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_800" id="ci_AlunoAvaliacao_1301960_800" value="89936815" type="hidden">
                <input name="nr_Nota_1301960_800" id="nr_Nota_1301960_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_890" id="ci_AlunoAvaliacao_1301960_890" value="88771654" type="hidden">
                <input name="nr_Nota_1301960_890" id="nr_Nota_1301960_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_970" id="ci_AlunoAvaliacao_1301960_970" value="88770171" type="hidden">
                <input name="nr_Nota_1301960_970" id="nr_Nota_1301960_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_3330" id="ci_AlunoAvaliacao_1301960_3330" value="89757684" type="hidden">
                <input name="nr_Nota_1301960_3330" id="nr_Nota_1301960_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_1130" id="ci_AlunoAvaliacao_1301960_1130" value="89767076" type="hidden">
                <input name="nr_Nota_1301960_1130" id="nr_Nota_1301960_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_1140" id="ci_AlunoAvaliacao_1301960_1140" value="89762863" type="hidden">
                <input name="nr_Nota_1301960_1140" id="nr_Nota_1301960_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_1200" id="ci_AlunoAvaliacao_1301960_1200" value="89760695" type="hidden">
                <input name="nr_Nota_1301960_1200" id="nr_Nota_1301960_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_1620" id="ci_AlunoAvaliacao_1301960_1620" value="89297583" type="hidden">
                <input name="nr_Nota_1301960_1620" id="nr_Nota_1301960_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_1730" id="ci_AlunoAvaliacao_1301960_1730" value="89306911" type="hidden">
                <input name="nr_Nota_1301960_1730" id="nr_Nota_1301960_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1662806&nbsp;THAYANE MARIA DE MELO BRANDAO
              <input id="cd_Aluno_41" name="cd_Aluno_41" value="1662806" type="hidden"></td>
            
            <td id="colunaNotaAluno_1662806_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_154" id="ci_AlunoAvaliacao_1662806_154" value="89764569" type="hidden">
                <input name="nr_Nota_1662806_154" id="nr_Nota_1662806_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_160" id="ci_AlunoAvaliacao_1662806_160" value="89301338" type="hidden">
                <input name="nr_Nota_1662806_160" id="nr_Nota_1662806_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_530" id="ci_AlunoAvaliacao_1662806_530" value="89917163" type="hidden">
                <input name="nr_Nota_1662806_530" id="nr_Nota_1662806_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_780" id="ci_AlunoAvaliacao_1662806_780" value="88767770" type="hidden">
                <input name="nr_Nota_1662806_780" id="nr_Nota_1662806_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_800" id="ci_AlunoAvaliacao_1662806_800" value="89936816" type="hidden">
                <input name="nr_Nota_1662806_800" id="nr_Nota_1662806_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_890" id="ci_AlunoAvaliacao_1662806_890" value="88771655" type="hidden">
                <input name="nr_Nota_1662806_890" id="nr_Nota_1662806_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_970" id="ci_AlunoAvaliacao_1662806_970" value="88770172" type="hidden">
                <input name="nr_Nota_1662806_970" id="nr_Nota_1662806_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_3330" id="ci_AlunoAvaliacao_1662806_3330" value="89757685" type="hidden">
                <input name="nr_Nota_1662806_3330" id="nr_Nota_1662806_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_1130" id="ci_AlunoAvaliacao_1662806_1130" value="89767077" type="hidden">
                <input name="nr_Nota_1662806_1130" id="nr_Nota_1662806_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_1140" id="ci_AlunoAvaliacao_1662806_1140" value="89762864" type="hidden">
                <input name="nr_Nota_1662806_1140" id="nr_Nota_1662806_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_1200" id="ci_AlunoAvaliacao_1662806_1200" value="89760696" type="hidden">
                <input name="nr_Nota_1662806_1200" id="nr_Nota_1662806_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_1620" id="ci_AlunoAvaliacao_1662806_1620" value="89297584" type="hidden">
                <input name="nr_Nota_1662806_1620" id="nr_Nota_1662806_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_1730" id="ci_AlunoAvaliacao_1662806_1730" value="89306912" type="hidden">
                <input name="nr_Nota_1662806_1730" id="nr_Nota_1662806_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1230875&nbsp;TICIANA TEIXEIRA DOS SANTOS
              <input id="cd_Aluno_42" name="cd_Aluno_42" value="1230875" type="hidden"></td>
            
            <td id="colunaNotaAluno_1230875_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_154" id="ci_AlunoAvaliacao_1230875_154" value="89764570" type="hidden">
                <input name="nr_Nota_1230875_154" id="nr_Nota_1230875_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_160" id="ci_AlunoAvaliacao_1230875_160" value="89301339" type="hidden">
                <input name="nr_Nota_1230875_160" id="nr_Nota_1230875_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_530" id="ci_AlunoAvaliacao_1230875_530" value="89917164" type="hidden">
                <input name="nr_Nota_1230875_530" id="nr_Nota_1230875_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_780" id="ci_AlunoAvaliacao_1230875_780" value="88767771" type="hidden">
                <input name="nr_Nota_1230875_780" id="nr_Nota_1230875_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_800" id="ci_AlunoAvaliacao_1230875_800" value="89936817" type="hidden">
                <input name="nr_Nota_1230875_800" id="nr_Nota_1230875_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_890" id="ci_AlunoAvaliacao_1230875_890" value="88771656" type="hidden">
                <input name="nr_Nota_1230875_890" id="nr_Nota_1230875_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_970" id="ci_AlunoAvaliacao_1230875_970" value="88770173" type="hidden">
                <input name="nr_Nota_1230875_970" id="nr_Nota_1230875_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_3330" id="ci_AlunoAvaliacao_1230875_3330" value="89757686" type="hidden">
                <input name="nr_Nota_1230875_3330" id="nr_Nota_1230875_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_1130" id="ci_AlunoAvaliacao_1230875_1130" value="89767078" type="hidden">
                <input name="nr_Nota_1230875_1130" id="nr_Nota_1230875_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_1140" id="ci_AlunoAvaliacao_1230875_1140" value="89762865" type="hidden">
                <input name="nr_Nota_1230875_1140" id="nr_Nota_1230875_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_1200" id="ci_AlunoAvaliacao_1230875_1200" value="89760697" type="hidden">
                <input name="nr_Nota_1230875_1200" id="nr_Nota_1230875_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_1620" id="ci_AlunoAvaliacao_1230875_1620" value="89297585" type="hidden">
                <input name="nr_Nota_1230875_1620" id="nr_Nota_1230875_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_1730" id="ci_AlunoAvaliacao_1230875_1730" value="89306913" type="hidden">
                <input name="nr_Nota_1230875_1730" id="nr_Nota_1230875_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;113884&nbsp;WILLIAM DE JESUS DA ROCHA JUNIOR
              <input id="cd_Aluno_43" name="cd_Aluno_43" value="113884" type="hidden"></td>
            
            <td id="colunaNotaAluno_113884_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_154" id="ci_AlunoAvaliacao_113884_154" value="89764571" type="hidden">
                <input name="nr_Nota_113884_154" id="nr_Nota_113884_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_160" id="ci_AlunoAvaliacao_113884_160" value="89301340" type="hidden">
                <input name="nr_Nota_113884_160" id="nr_Nota_113884_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_530" id="ci_AlunoAvaliacao_113884_530" value="89917165" type="hidden">
                <input name="nr_Nota_113884_530" id="nr_Nota_113884_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_780" id="ci_AlunoAvaliacao_113884_780" value="88767772" type="hidden">
                <input name="nr_Nota_113884_780" id="nr_Nota_113884_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_800" id="ci_AlunoAvaliacao_113884_800" value="89936818" type="hidden">
                <input name="nr_Nota_113884_800" id="nr_Nota_113884_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_890" id="ci_AlunoAvaliacao_113884_890" value="88771657" type="hidden">
                <input name="nr_Nota_113884_890" id="nr_Nota_113884_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_970" id="ci_AlunoAvaliacao_113884_970" value="88770174" type="hidden">
                <input name="nr_Nota_113884_970" id="nr_Nota_113884_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_3330" id="ci_AlunoAvaliacao_113884_3330" value="89757687" type="hidden">
                <input name="nr_Nota_113884_3330" id="nr_Nota_113884_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_1130" id="ci_AlunoAvaliacao_113884_1130" value="89767079" type="hidden">
                <input name="nr_Nota_113884_1130" id="nr_Nota_113884_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_1140" id="ci_AlunoAvaliacao_113884_1140" value="89762866" type="hidden">
                <input name="nr_Nota_113884_1140" id="nr_Nota_113884_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_1200" id="ci_AlunoAvaliacao_113884_1200" value="89760698" type="hidden">
                <input name="nr_Nota_113884_1200" id="nr_Nota_113884_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_1620" id="ci_AlunoAvaliacao_113884_1620" value="89297586" type="hidden">
                <input name="nr_Nota_113884_1620" id="nr_Nota_113884_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_1730" id="ci_AlunoAvaliacao_113884_1730" value="89306914" type="hidden">
                <input name="nr_Nota_113884_1730" id="nr_Nota_113884_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 338px; left: 862px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (INGLES)</h3><div class="body">CIBELE SUMMER LANDIM SOARES</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>